Sign in
ara-mdk
/
platform
/
ndk
/
2fe911ac795eb560f6d83118e227698b458e074a
/
.
/
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
(...)
{
}
}