Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / initialize.test
blobdc6e8697558e5c789ba5fd3e3c376862e6a877ec
1 CHECK: BINGO
2 RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
3 RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s