brintos

brintos / llvm-project-archived public Read only

0
0
Text · 131 B · 8203f56 Raw
9 lines · c
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