Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
compiler-rt
/
test
/
orc
/
TestCases
/
Linux
/
Generic
/
Inputs
/
SetGlobalIntXInConstructor.cpp
blob: 8c67a34fe243f77034360b1f2973bc22fa3115af [
file
]
extern
"C"
int
x
;
namespace
{
struct
Init
{
public
:
Init
()
{
x
=
1
;
}
};
Init
SetX
;
}
// namespace