Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with2_pkg2.ads
blob: c2d1012e3ab1d9f7bed4eed7cdf1727360cf22b5 [
file
] [
log
] [
blame
]
with
Limited_With2
;
package
Limited_With2_Pkg2
is
type
Rec3
is
record
F
:
Limited_With2
.
Rec1
;
end
record
;
end
Limited_With2_Pkg2
;