summaryrefslogtreecommitdiff
path: root/testsuite/tests/effects/unhandled_unlinked.ml
blob: 9ecfbecbc9cc9825e32cb9c2b6df346cc057024f (plain)
1
2
3
4
5
6
7
(* TEST
 exit_status = "2";
*)

open Effect
type _ t += E : unit t
let _ = perform E