repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-08-29-HugeCharConst.c
blob
b12dd7e780ebfdf9f954dc983ef4d78b579f6b2f
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
void
foo
(
void
) {
4
unsigned char
int_latin1
[] =
"f
\200\372
b
\200\343\200\340
"
;
5
}