aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendAda/vce.adb
blob: 3d783d045723fcc3cd56edb8ae327f31c541a9c2 (plain)
1
2
3
4
5
6
7
-- RUN: %llvmgcc -c %s -o /dev/null
procedure VCE is
  S : String (1 .. 2);
  B : Character := 'B';
begin
  S := 'A' & B;
end;