* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gnat.dg / varsize3_5.adb
blob2fd44c0893ef63963c759e6536a9cceac9d4ed65
1 -- { dg-do compile }
3 with Varsize3_Pkg1; use Varsize3_Pkg1;
5 procedure Varsize3_5 is
7 Filter : constant Arr := True.E;
9 begin
10 null;
11 end;