forked from OSchip/llvm-project
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
|
CHECK: BINGO
|
||
|
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
|
||
|
RUN: not %run %t-InitializeTest -use_value_profile=1 2>&1 | FileCheck %s
|