PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2002-12-15-GlobalConstantTest.c
bloba5a679db6758f5b18fbe84c3a0c5cca27f3e4ac7
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
4 const char *W = "foo";
5 const int X = 7;
6 int Y = 8;
7 const char * const Z = "bar";