repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-11-16-StaticArrayInit.c
blob
2b42e38dc9ae57802bd73e7649e6ad812546f61b
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
void
bar
() {
4
static char
x
[
10
];
5
static char
*
xend
=
x
+
10
;
6
}
7
8