1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/CFrontend/2002-12-15-GlobalConstantTest.c

7 lines
83 B
C
Raw Normal View History

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