blob: 26de48fbb77f4486b3603873362e2ab6e4ab1ef9 [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
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