summaryrefslogtreecommitdiff
path: root/test/CFrontend/2002-12-15-GlobalConstantTest.c
blob: 3b17941a73e0e0162f3ca21b7fec74afee293a17 (plain)
1
2
3
4
5
6

const char *W = "foo";
const int X = 7;
int Y = 8;
const char * const Z = "bar";