Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with7_pkg.ads
blob: 7806eaa9acc0c815cfc0e06649b4a6d8ccc42515 [
file
] [
log
] [
blame
]
package
Limited_With7_Pkg
is
type
Rec
;
type
Rec
is
record
I
:
Integer
;
end
record
;
end
Limited_With7_Pkg
;