blob: d75b8e0b31532f5966d1d21c8054cc85d2c59327 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001-- RUN: %llvmgcc -c %s -o /dev/null
2procedure Array_Constructor is
3 A : array (Integer range <>) of Boolean := (True, False);
4begin
5 null;
6end;