Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4fed97f8016b4e2fbce3068969e2a5ca19abd47e
/
.
/
test
/
CFrontend
/
2002-12-15-GlobalConstantTest.c
blob: 3b17941a73e0e0162f3ca21b7fec74afee293a17 [
file
] [
log
] [
blame
]
Chris Lattner
4fed97f
2002-12-15 17:37:35 +0000
[
diff
] [
blame^
]
1
2
const
char
*
W
=
"foo"
;
3
const
int
X
=
7
;
4
int
Y
=
8
;
5
const
char
*
const
Z
=
"bar"
;
6