Sign in
ara-mdk
/
platform
/
ndk
/
98af02e177606865f9b9fcb5a7ea23cad30730bb
/
.
/
tests
/
device
/
gnustl-shared-1
/
jni
/
foo.cpp
blob: 89ea883391775735aa5627bdfddae256f820ae86 [
file
] [
log
] [
blame
]
#include
<new>
#include
<exception>
#include
<cstdio>
int
foo
(
void
)
{
::
printf
(
"Hello "
);
throw
std
::
exception
();
}