Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with5.ads
blob: 4a242a04e114fd00351576d5fe2de3d9d65bc106 [
file
] [
log
] [
blame
]
with
Limited_With5_Pkg
;
package
Limited_With5
is
type
Sup_T
is
new
Integer
;
procedure
Doit
(
Obj
:
Limited_With5_Pkg
.
T
);
end
Limited_With5
;