Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with6.ads
blob: 05b9cc9fa408e03e1c600dbb0ae9ae9376140089 [
file
] [
log
] [
blame
]
with
Limited_With6_Pkg
;
package
Limited_With6
is
type
Sup_T
is
new
Integer
;
procedure
Doit
(
Obj
:
Limited_With6_Pkg
.
T
);
type
Rec
is
record
A
:
Limited_With6_Pkg
.
Taft_Ptr
;
end
record
;
end
Limited_With6
;