dilaria/afl-fuzz/in/program1
Nilstrieb 4361e36997 add afl-fuzzer
the more, the fuzzier
2021-11-06 21:34:13 +01:00

9 lines
No EOL
136 B
Text

fn main() {
let x = 1 * 1 + 5;
print("hallo");
main();
fn dead_at_this_point(test) {
print("cool" + 5);
}
}