pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / FrontendC / 2004-06-18-VariableLengthArrayOfStructures.c
blob3e450a4b936660f98cdbe305ee256b737c750869
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 struct S { };
6 int xxxx(int a) {
7 struct S comps[a];
8 comps[0];