bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/initialize.test

4 lines
148 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
CHECK: BINGO
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s