I must have missed these when eliminating the cast to bool cannonicalizations
[oota-llvm.git] / test / CFrontend / 2002-12-15-GlobalConstantTest.c
1
2 const char *W = "foo";
3 const int X = 7;
4 int Y = 8;
5 const char * const Z = "bar";
6