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
/
2007-05-11-str-const.c
blob
48deddbb019e7404fde1bf19ab55a0ebaea77d17
1
// RUN: %llvmgcc -c -g %s -o /dev/null
2
3
static unsigned char
out
[]={
0
,
1
};
4
static const unsigned char
str1
[]=
"1"
;
5