Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
varsize3_pkg1.ads
blob: ac12b39e9dc248ffbc911fc38e93e7f6d80f7843 [
file
] [
log
] [
blame
]
with
Varsize3_Pkg2
;
with
Varsize3_Pkg3
;
package
Varsize3_Pkg1
is
type
Arr
is
array
(
Positive
range
1
..
Varsize3_Pkg2
.
Last_Index
)
of
Boolean
;
package
My_G
is
new
Varsize3_Pkg3
(
Arr
);
type
Object
is
new
My_G
.
Object
;
end
Varsize3_Pkg1
;