6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
|
UNSUPPORTED: freebsd
|
||
|
RUN: %cpp_compiler %S/StrncmpTest.cpp -o %t-StrncmpTest
|
||
|
RUN: not %run %t-StrncmpTest -seed=2 -runs=10000000 2>&1 | FileCheck %s
|
||
|
CHECK: BINGO
|
||
|
|