Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f1ce4be48c0b204424d87613c56d52eb2225ae40
/
.
/
test
/
CodeGen
/
2007-05-11-str-const.c
blob: 731496d346866e5dd2a75196e050f59987ea7eef [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -g %s -o /dev/null
static
unsigned
char
out
[]={
0
,
1
};
static
const
unsigned
char
str1
[]=
"1"
;