bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/caller-callee.test
2025-02-14 19:21:04 +01:00

4 lines
236 B
Text

UNSUPPORTED: target={{.*freebsd.*}}
RUN: %cpp_compiler %S/CallerCalleeTest.cpp -o %t-CallerCalleeTest
CHECK: BINGO
RUN: not %run %t-CallerCalleeTest -use_value_profile=1 -cross_over=0 -seed=1 -runs=10000000 2>&1 | FileCheck %s