Corrected date in changelog
[official-gcc.git] / gcc / testsuite / gnat.dg / varsize3_2.adb
blob7e565d2c15db5b214e0c40b7dd22764bb479fadb
1 -- { dg-do compile }
3 with Varsize3_Pkg1; use Varsize3_Pkg1;
5 procedure Varsize3_2 is
7 Filter : constant Object := True;
9 begin
10 null;
11 end;