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
/
2002-12-15-GlobalConstantTest.c
blob
a5a679db6758f5b18fbe84c3a0c5cca27f3e4ac7
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
4
const char
*
W
=
"foo"
;
5
const int
X
=
7
;
6
int
Y
=
8
;
7
const char
*
const
Z
=
"bar"
;
8