view gcc/testsuite/gnat.dg/array23_pkg2.ads @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

with Array23_Pkg3;

package Array23_Pkg2 is

   C1 : Natural := Array23_Pkg3.C0;

   type Enum is (Zero, One, Two);

   subtype Index is Enum range One .. Enum'val(C1);

end Array23_Pkg2;