Sign in
ara-mdk
/
platform
/
ndk
/
2fe911ac795eb560f6d83118e227698b458e074a
/
.
/
tests
/
device
/
test-stlport_static-exception
/
jni
/
eh7.cpp
blob: 6b72048501eeb7dd095b81c52b08d5cdcb89660a [
file
] [
log
] [
blame
]
// { dg-do run { xfail sparc64-*-elf arm-*-pe } }
// { dg-options "-fexceptions" }
int
main
()
{
if
(
0
)
throw
1
|
2
;
}