repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendAda
/
vce.adb
blob
f24045cbee3f08db616d6461e373ba8e9348fc26
1
-- RUN: %llvmgcc -c %s
2
procedure
VCE
is
3
S
:
String
(
1
..
2
);
4
B
:
Character
:=
'B'
;
5
begin
6
S
:=
'A'
&
B
;
7
end
;