Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with3_pkg2.ads
blob: f81bb7e0d59358054d9e8567d258fb55b7b7df5b [
file
] [
log
] [
blame
]
limited
with
Limited_With3_Pkg3
;
package
Limited_With3_Pkg2
is
type T
is
tagged
null
record
;
procedure
Proc
(
X
:
Limited_With3_Pkg3
.
TT
;
Y
:
T
);
end
Limited_With3_Pkg2
;