1 # Test that throws a C++ exception and doesn't catch it. Should result in a
3 # FIXME: Get test working on other platforms.
5 RUN: %cpp_compiler %S/UncaughtException.cpp -o %t-UncaughtException
7 RUN: not %run %t-UncaughtException 2>&1 | FileCheck %s
9 CHECK: ERROR: libFuzzer: deadly signal
10 CHECK: Test unit written to ./crash