1RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
2RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s
3
4CHECK: ERROR: libFuzzer: fuzz target exited
5CHECK: SUMMARY: libFuzzer: fuzz target exited
6CHECK: Test unit written to
7