xref: /llvm-project/compiler-rt/test/fuzzer/cleanse.test (revision fa57519e317f05ba8c01814062125db1f4793829)
1RUN: %cpp_compiler %S/CleanseTest.cpp -o %t-CleanseTest
2RUN: echo -n 0123456789ABCDEFGHIZ > %t-in
3RUN: %run %t-CleanseTest -cleanse_crash=1 %t-in -exact_artifact_path=%t-out
4RUN: echo -n ' 1   5    A        Z' | diff - %t-out
5