blob: a5a679db6758f5b18fbe84c3a0c5cca27f3e4ac7 [file] [log] [blame]
Tanya Lattnere9af5d12004-11-06 22:41:00 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
Chris Lattner4fed97f2002-12-15 17:37:35 +00003
4const char *W = "foo";
5const int X = 7;
6int Y = 8;
7const char * const Z = "bar";
8