1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3 4const char *W = "foo";5const int X = 7;6int Y = 8;7const char * const Z = "bar";8 9