blob: d75b8e0b31532f5966d1d21c8054cc85d2c59327 [file] [log] [blame]
-- RUN: %llvmgcc -c %s -o /dev/null
procedure Array_Constructor is
A : array (Integer range <>) of Boolean := (True, False);
begin
null;
end;