Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
incomplete4_pkg.ads
blob: 992986ee105d21fc4ad98bf26e81968371781ede [
file
] [
log
] [
blame
]
package
Incomplete4_Pkg
is
type
Circular_Type
;
type
Ptr
is
access
Circular_Type
;
type
Circular_Type
is
array
(
1.
.
100
)
of
Ptr
;
A
:
Circular_Type
;
end
Incomplete4_Pkg
;