Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with.adb
blob: f2211f19381a6ed3e70fcc82c23391de9b67b059 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Pack1
;
package
body limited_with
is
procedure
Print_2
(
Obj
:
access
Pack1
.
Nested
.
Rec_Typ
)
is
begin
null
;
end
;
end
limited_with
;