Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
slice_enum.adb
blob: cdaea47d65c5f80519d4c89b2ce5694c0f15a25a [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
procedure
Slice_Enum
is
Pos
:
array
(
Boolean
)
of
Integer
;
begin
Pos
(
Boolean
)
:=
(
others
=>
0
);
end
;