1RUN: %cpp_compiler %S/StrcmpTest.cpp -o %t-StrcmpTest
2RUN: not %t-StrcmpTest               -seed=1 -runs=2000000   2>&1 | FileCheck %s
3CHECK: BINGO
4
5