Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
libcxx-unwind-static
/
jni
/
foo.cpp
blob: fcebb787f927c7af1636ce0c9b394bc7df59c37b [
file
] [
log
] [
blame
]
int
main
()
{
try
{
throw
0
;
return
-
1
;
}
catch
(
int
ex
)
{
return
ex
;
}
return
-
2
;
}