Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with.ads
blob: add7b9e28fd7480b6653370ed0b8100b69f1b199 [
file
] [
log
] [
blame
]
limited
with
Pack1
;
package
limited_with
is
procedure
Print_2
(
Obj
:
access
Pack1
.
Nested
.
Rec_Typ
);
end
limited_with
;