summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t110-lsrint.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t110-lsrint.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t110-lsrint.ml22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/tests/tool-ocaml/t110-lsrint.ml b/testsuite/tests/tool-ocaml/t110-lsrint.ml
new file mode 100644
index 0000000000..9777815ccc
--- /dev/null
+++ b/testsuite/tests/tool-ocaml/t110-lsrint.ml
@@ -0,0 +1,22 @@
+open Lib;;
+if (14 lsr 2) <> 3 then raise Not_found;;
+
+(**
+ 0 CONSTINT 42
+ 2 PUSHACC0
+ 3 MAKEBLOCK1 0
+ 5 POP 1
+ 7 SETGLOBAL Lib
+ 9 CONST3
+ 10 PUSHCONST2
+ 11 PUSHCONSTINT 14
+ 13 LSRINT
+ 14 NEQ
+ 15 BRANCHIFNOT 22
+ 17 GETGLOBAL Not_found
+ 19 MAKEBLOCK1 0
+ 21 RAISE
+ 22 ATOM0
+ 23 SETGLOBAL T110-lsrint
+ 25 STOP
+**)