Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6584cf60f281105517f00ea8e9a1040c6543c814
/
.
/
llvm
/
test
/
C++Frontend
/
2005-01-03-StaticInitializers.cpp
blob: 27da715c1479db568fb3e17d7257d685cea5973e [
file
] [
log
] [
blame
]
// RUN: %llvmgxx %s -S -o - | not grep 'llvm.global_ctor'
struct
S
{
int
A
[
2
];
};
int
XX
=
(
int
)&(((
struct
S
*)
0
)->
A
[
1
]);