File: test.ml

package info (click to toggle)
ocaml-afl-persistent 1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: ml: 100; sh: 49; makefile: 11
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
let () =
  AflPersistent.run (fun () -> exit 0);
  failwith "AflPersistent.run failed"