Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
test
/
FrontendAda
/
array_constructor.adb
blob: 13517c7565a53c154d95fc6dfc41484e904baaa1 [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
S
%
s
procedure
Array_Constructor
is
A
:
array
(
Integer
range
<>)
of
Boolean
:=
(
True
,
False
);
begin
null
;
end
;