summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t165-apply.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml/t165-apply.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t165-apply.ml28
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuite/tests/tool-ocaml/t165-apply.ml b/testsuite/tests/tool-ocaml/t165-apply.ml
new file mode 100644
index 0000000000..9d66855061
--- /dev/null
+++ b/testsuite/tests/tool-ocaml/t165-apply.ml
@@ -0,0 +1,28 @@
+open Lib;;
+let f _ _ _ _ = 0 in f 0 0 0 0;;
+
+(**
+ 0 CONSTINT 42
+ 2 PUSHACC0
+ 3 MAKEBLOCK1 0
+ 5 POP 1
+ 7 SETGLOBAL Lib
+ 9 BRANCH 17
+ 11 RESTART
+ 12 GRAB 3
+ 14 CONST0
+ 15 RETURN 4
+ 17 CLOSURE 0, 12
+ 20 PUSH
+ 21 PUSH_RETADDR 30
+ 23 CONST0
+ 24 PUSHCONST0
+ 25 PUSHCONST0
+ 26 PUSHCONST0
+ 27 PUSHACC7
+ 28 APPLY 4
+ 30 POP 1
+ 32 ATOM0
+ 33 SETGLOBAL T165-apply
+ 35 STOP
+**)