repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Inline empty destructor.
[llvm/avr.git]
/
test
/
FrontendAda
/
array_range_ref.adb
blob
ae9bdc6cfcdf66a35cf2590588c484ba08d0aec1
1
-- RUN: %llvmgcc -c %s
2
procedure
Array_Range_Ref
is
3
A
:
String
(
1
..
3
);
4
B
:
String
:=
A
(
A
'RANGE
)(
1
..
3
);
5
begin
6
null
;
7
end
;