# Test that libFuzzer reads files properly.# Account for the fact that echo will add a trailing newline.RUN: echo -e "Hello\r\nWorld\r" > %t-testcaseRUN: %cpp_compiler %S/ReadBinaryTest.cpp -o %t-fuzzerRUN: %run %t-fuzzer %t-testcase | FileCheck %sCHECK: BINGO!