aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/debug4.adb
blob: 1543cdca81c6aeb1d7f6ee8cc65202e29dcd000d (plain)
1
2
3
4
5
6
7
8
9
10
-- { dg-do compile }
-- { dg-options "-g" }

with Debug4_Pkg;

procedure Debug4 is
   package P is new Debug4_Pkg (Natural);
begin
   null;
end;