Daily bump.
[official-gcc.git] / gcc / testsuite / gnat.dg / debug4.adb
blob1ec37c2aa3b0d8b64e743d1d32c30de549966fdd
1 -- { dg-compile }
2 -- { dg-options "-g" }
4 with Debug4_Pkg;
6 procedure Debug4 is
7 package P is new Debug4_Pkg (Natural);
8 begin
9 null;
10 end;