Blame itest-aux/simple_unix.ml

Packit b513ef
let _ = Unix.getpid() in
Packit b513ef
Packit b513ef
print_string "OK\n";;
Packit b513ef