summaryrefslogtreecommitdiff
path: root/test/typecheck/pass/exit1.sail
blob: ac7ea6800fe6a1ee2930ec546122ecc6367794f5 (plain)
1
2
3
4
5
6
val test : unit -> atom(6) effect {escape}

function test () = {
  exit(());
  6
}