/** For module */ #import "Basic"; #import "String"; #import "Print_Vars"; #load "basics.jai"; #load "../search/http.jai"; #program_export LLVMFuzzerTestOneInput :: (data: *u8, size: s64) -> s32 #c_call { provide_context_and_string(); ok := test__http_handle_request(-1, src); if ok == false { report_to_llvm("ERROR", src); assert(false); } return 0; }