Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
159ac63ba19f17f82df8975208bdad16ebd01c0f
/
.
/
test
/
FrontendC
/
2007-05-11-str-const.c
blob: 48deddbb019e7404fde1bf19ab55a0ebaea77d17 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -c -g %s -o /dev/null
static
unsigned
char
out
[]={
0
,
1
};
static
const
unsigned
char
str1
[]=
"1"
;