summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t101-poptrap.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t101-poptrap.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t101-poptrap.ml21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuite/tests/tool-ocaml/t101-poptrap.ml b/testsuite/tests/tool-ocaml/t101-poptrap.ml
new file mode 100644
index 0000000000..3a754a06fb
--- /dev/null
+++ b/testsuite/tests/tool-ocaml/t101-poptrap.ml
@@ -0,0 +1,21 @@
+open Lib;;
+try ()
+with _ -> ()
+;;
+
+(**
+ 0 CONSTINT 42
+ 2 PUSHACC0
+ 3 MAKEBLOCK1 0
+ 5 POP 1
+ 7 SETGLOBAL Lib
+ 9 PUSHTRAP 15
+ 11 CONST0
+ 12 POPTRAP
+ 13 BRANCH 18
+ 15 PUSHCONST0
+ 16 POP 1
+ 18 ATOM0
+ 19 SETGLOBAL T101-poptrap
+ 21 STOP
+**)