PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2003-08-23-LocalUnionTest.c
blobdc27802623ae5756130f77ade8f7fb365a78d310
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
5 union foo { int X; };
7 int test(union foo* F) {
9 union foo { float X; } A;