DEBSOURCES
Skip Quicknav
sources / llvm-2.9 / 2.9%2Bdfsg-7 / test / FrontendAda / array_constructor.adb
123456
-- RUN: %llvmgcc -S %s procedure Array_Constructor is A : array (Integer range <>) of Boolean := (True, False); begin null; end;