c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / array2.ads
blob323374f09a004bf2a872ac6282cb20dfbadf8dc3
1 package array2 is
3 type RIC_TYPE is (RIC1, RIC2);
4 for RIC_TYPE'SIZE use 32;
6 function MAX return Integer;
8 end array2;