Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;