Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
warn19_pkg.ads
blob: 7cce224027bfcb69eeec0526e530ec082d60aae0 [
file
] [
log
] [
blame
]
package
Warn19_Pkg
is
type
Bits
is
array
(
1
..
4
)
of
Boolean
;
procedure
Init
(
X
:
out
Bits
);
end
Warn19_Pkg
;