xref
: /
ndk
/
tests
/
device
/
test-cxx-init-array
/
jni
/
global_ctor.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
global_ctor.h
"
2
GlobalCtor()
3
GlobalCtor
::
GlobalCtor
() :
Value
(
42
) { }
4