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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-05-11-str-const.c
blob
5c3039ca0329226fbd9453aa7b35c3c68566fe9e
1
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o /dev/null
2
3
static unsigned char
out
[]={
0
,
1
};
4
static const unsigned char
str1
[]=
"1"
;
5