Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
nested_generic2_g1.adb
blob: 446b4954f5fd13389ce19fcc9ea1046f672de5aa [
file
] [
log
] [
blame
]
package
body
Nested_Generic2_G1
is
procedure
Debug
(
Msg
:
String
;
Prefix
:
String
)
is
begin
null
;
end
;
package
body
Nested
is
procedure
Debug
(
Msg
:
String
)
is
begin
Debug
(
Msg
,
Prefix
);
end
;
end
Nested
;
end
Nested_Generic2_G1
;