Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
addr16_pkg.ads
blob: 9a1b9e3b21bd16231960e0cb2947da85a03d6fb5 [
file
] [
log
] [
blame
]
package
Addr16_Pkg
is
type
Arr
is
array
(
Positive
range
<>)
of
Long_Long_Integer
;
type
Rec
(
D
:
Positive
)
is
record
A
:
Arr
(
1
..
D
);
end
record
;
end
Addr16_Pkg
;