]> git.proxmox.com Git - rustc.git/blob - src/libcompiler_builtins/compiler-rt/test/fuzzer/strcmp.test
New upstream version 1.25.0+dfsg1
[rustc.git] / src / libcompiler_builtins / compiler-rt / test / fuzzer / strcmp.test
1 RUN: %cpp_compiler %S/StrcmpTest.cpp -o %t-StrcmpTest
2 RUN: not %t-StrcmpTest -seed=1 -runs=2000000 2>&1 | FileCheck %s
3 CHECK: BINGO
4