blob: 323374f09a004bf2a872ac6282cb20dfbadf8dc3 [file] [log] [blame]
package array2 is
type RIC_TYPE is (RIC1, RIC2);
for RIC_TYPE'SIZE use 32;
function MAX return Integer;
end array2;