Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
6d4b270e38e248fca2d8d947cd22bcb8904fa22a
/
.
/
test
/
FrontendC++
/
2005-01-03-StaticInitializers.cpp
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
]);