4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
|
|
CHECK: BINGO
|
|
RUN: not %t-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s
|