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

with Debug4_Pkg;

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