Sign in
ara-mdk
/
platform
/
ndk
/
f4f10df3fdd08ef9f466d9b54953c1ba3e64827b
/
.
/
tests
/
device
/
test-stlport_static-exception
/
jni
/
eb88.cpp
blob: cb604bc801f2ab4710bf5ced07b9abd1c14f80a3 [
file
] [
log
] [
blame
]
// { dg-do run }
// { dg-options "-w" }
// Another magic NULL problem.
#include
<stddef.h>
int
main
()
{
try
{
throw
(
NULL
);
}
catch
(...)
{
}
}