Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2007-05-11-str-const.c
blob: 5c3039ca0329226fbd9453aa7b35c3c68566fe9e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o /dev/null
static
unsigned
char
out
[]={
0
,
1
};
static
const
unsigned
char
str1
[]=
"1"
;