blob: 3d783d045723fcc3cd56edb8ae327f31c541a9c2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001-- RUN: %llvmgcc -c %s -o /dev/null
2procedure VCE is
3 S : String (1 .. 2);
4 B : Character := 'B';
5begin
6 S := 'A' & B;
7end;