summaryrefslogtreecommitdiff
path: root/testsuite/tests/parse-errors/escape_error.ml
blob: 2a8e99b61d66349394af1ce71717f6993644946a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(* TEST
   * toplevel
*)

(* Nothing to see here, parse.ml dictates that these be printed as regular
   "Syntax error". *)

try foo () with ;;

(3 : );;

(3 :> );;