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
/
2003-11-16-StaticArrayInit.c
blob
eb83b3ad0c61fe1e0b1408c90d8bbce83aa89738
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
void
bar
() {
4
static char
x
[
10
];
5
static char
*
xend
=
x
+
10
;
6
}
7
8