Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
test
/
FrontendC
/
2007-02-16-WritableStrings.c
blob: ebf64c2c3161336e4254e1ac87130fe2b502f426 [
file
] [
log
] [
blame
]
// Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -fwritable-strings %s | \
// RUN: grep {internal global}
// RUN: %llvmgcc -O3 -S -o - %s | grep {private constant}
char
*
X
=
"foo"
;