brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · f651040 Raw
6 lines · plain
1# Test that we can find a stack overflow2REQUIRES: linux3RUN: %cpp_compiler %S/DeepRecursionTest.cpp -o %t4RUN: not %run %t -seed=1 -runs=100000000 2>&1 | FileCheck %s5CHECK: ERROR: libFuzzer: deadly signal6