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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2004-05-07-VarArrays.c
blob
3a39c4fe63aa9f9845df5e543f3bcdfca94fc63d
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
int
foo
(
int
len
,
char
arr
[][
len
],
int
X
) {
4
return
arr
[
X
][
0
];
5
}