PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2004-06-18-VariableLengthArrayOfStructures.c
blobe474a13b37f028a209f5440f29787a00da11d42d
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
4 struct S { };
6 int xxxx(int a) {
7 struct S comps[a];
8 comps[0];