repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
FrontendAda
/
array_constructor.adb
blob
13517c7565a53c154d95fc6dfc41484e904baaa1
1
-- RUN: %llvmgcc -S %s
2
procedure
Array_Constructor
is
3
A
:
array
(
Integer
range
<>)
of
Boolean
:= (
True
,
False
);
4
begin
5
null
;
6
end
;