Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited2_pack_1.ads
blob: c7d0950d0ba8631729349c76091f80452b32491e [
file
] [
log
] [
blame
]
package
Limited2_Pack_1
is
type A
is
limited
private
;
type A_Ptr
is
access all A
;
private
type B
;
type A
is
access all B
;
end
Limited2_Pack_1
;