PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2003-03-03-DeferredType.c
blobfa51991b30570c134f3636a75b527925f146365a
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
6 struct foo A;
8 struct foo {
9 int x;
10 double D;