1RUN: %no_fuzzer_c_compiler %libfuzzer_src/standalone/StandaloneFuzzTargetMain.c -c -o %t_1.o 2RUN: %no_fuzzer_cpp_compiler %S/InitializeTest.cpp -c -o %t_2.o 3 4RUN: %no_fuzzer_cpp_compiler %t_1.o %t_2.o -o %t-StandaloneInitializeTest 5RUN: %run %t-StandaloneInitializeTest %S/hi.txt %S/dict1.txt 2>&1 | FileCheck %s 6CHECK: StandaloneFuzzTargetMain: running 2 inputs 7CHECK: Done: {{.*}}hi.txt: (3 bytes) 8CHECK: Done: {{.*}}dict1.txt: (61 bytes) 9