blob: de64b45a1e3e630a92f932e934dfab0393144547 [file] [log] [blame]
Duncan Sands2ceab522007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002procedure Array_Constructor is
3 A : array (Integer range <>) of Boolean := (True, False);
4begin
5 null;
6end;