pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / test / FrontendC++ / 2005-01-03-StaticInitializers.cpp
blobda1b005cf4ab7cf0a9894985d974cd681f428ff2
1 // RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctor
3 struct S {
4 int A[2];
5 };
7 int XX = (int)(long)&(((struct S*)0)->A[1]);