Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3159819ed71a2e814175a593147f7637a423ba56
/
.
/
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"
;