blob: da1b005cf4ab7cf0a9894985d974cd681f428ff2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctor
2
3struct S {
4 int A[2];
5};
6
7int XX = (int)(long)&(((struct S*)0)->A[1]);
8