summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsing/assert_location.ml
blob: 58a79aeec08293e3e5da64c2ff75605d8ad00b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
(* TEST_BELOW
(* Blank lines added here to preserve locations. *)
*)

let () = (
    assert false
  )

(* TEST
 exit_status = "2";
*)