diff options
Diffstat (limited to 'test/FrontendC++/2005-01-03-StaticInitializers.cpp')
-rw-r--r-- | test/FrontendC++/2005-01-03-StaticInitializers.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC++/2005-01-03-StaticInitializers.cpp b/test/FrontendC++/2005-01-03-StaticInitializers.cpp deleted file mode 100644 index da1b005..0000000 --- a/test/FrontendC++/2005-01-03-StaticInitializers.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgxx %s -S -o - | not grep llvm.global_ctor - -struct S { - int A[2]; -}; - -int XX = (int)(long)&(((struct S*)0)->A[1]); - |