Imported Upstream version 4.7.2
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / slice_enum.adb
1 --  { dg-do compile }
2
3 procedure Slice_Enum is
4    Pos : array (Boolean) of Integer;
5 begin
6    Pos (Boolean) := (others => 0);
7 end;
8