2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gnat.dg / discr15.adb
blob0030ac7d9064710bc202fc23d47059f3cfa53616
1 -- { dg-do compile }
2 -- { dg-options "-gnatws" }
4 with Discr15_Pkg; use Discr15_Pkg;
6 procedure Discr15 (History : in Rec_Multi_Moment_History) is
8 Sub: constant Rec_Multi_Moment_History := Sub_History_Of (History);
9 subtype Vec is String(0..Sub.Last);
10 Mmts : array(1..Sub.Size) of Vec;
12 begin
13 null;
14 end;