Sign in
ara-mdk
/
platform
/
ndk
/
bdd183fc7cf255ba42d2eeb0e3bf744eee16b85a
/
.
/
tests
/
device
/
test-cxx-init-array
/
jni
/
global_ctor.cpp
blob: 22d8d5cf2587968e28f668486036a5df1e9719c0 [
file
] [
log
] [
blame
]
#include
"global_ctor.h"
GlobalCtor
::
GlobalCtor
()
:
Value
(
42
)
{
}