Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
discr8_pkg2.ads
blob: f98318a5aca23a3f250bede9db12d6c91df3d6c3 [
file
] [
log
] [
blame
]
with
Discr8_Pkg3
;
use
Discr8_Pkg3
;
package
Discr8_Pkg2
is
Max
:
constant
Natural
:=
Value
;
type
List_T
is
array
(
Natural
range
<>)
of
Integer
;
type L
is
record
List
:
List_T
(
1
..
Max
);
end
record
;
end
Discr8_Pkg2
;