blob: da1b005cf4ab7cf0a9894985d974cd681f428ff2 [file] [log] [blame]
// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctor
struct S {
int A[2];
};
int XX = (int)(long)&(((struct S*)0)->A[1]);