Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
debug4.adb
blob: 1ec37c2aa3b0d8b64e743d1d32c30de549966fdd [
file
] [
log
] [
blame
]
--
{
dg
-
compile
}
--
{
dg
-
options
"-g"
}
with
Debug4_Pkg
;
procedure
Debug4
is
package
P
is
new
Debug4_Pkg
(
Natural
);
begin
null
;
end
;