Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
system-no-supc
/
jni
/
foo.cpp
blob: 5647b78348835a0402ef52fc825d8d9d67f9a071 [
file
] [
log
] [
blame
]
#include
<sys/types.h>
extern
"C"
void
*
__cxa_allocate_exception
(
size_t
thrown_size
)
noexcept
;
void
*
foo
(
size_t
thrown_size
)
noexcept
{
return
__cxa_allocate_exception
(
thrown_size
);
}