summaryrefslogtreecommitdiff
path: root/testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference
diff options
context:
space:
mode:
authorThomas Refis <thomas.refis@gmail.com>2019-09-02 11:43:26 +0100
committerThomas Refis <thomas.refis@gmail.com>2019-09-11 13:44:31 -0400
commit6f492fdbd9c352c0502c118a80d451b8867b1dae (patch)
tree7957c84f5a7425a87a8aaa99f261f18750daec3f /testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference
parentf814450b605852429613e4ae7f68bac0382e3f1d (diff)
downloadocaml-pr8908.tar.gz
PR#8908: used as a base for other PRs.pr8908
Diffstat (limited to 'testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference')
-rw-r--r--testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference b/testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference
new file mode 100644
index 0000000000..2d5daff479
--- /dev/null
+++ b/testsuite/tests/basic-modules/anonymous.ocamlopt.flambda.reference
@@ -0,0 +1,15 @@
+(seq (ignore (let (x = [0: 13 37]) (makeblock 0 x)))
+ (let
+ (A =
+ (apply (field 0 (global CamlinternalMod!)) [0: "anonymous.ml" 25 6]
+ [0: [0]])
+ B =
+ (apply (field 0 (global CamlinternalMod!)) [0: "anonymous.ml" 35 6]
+ [0: [0]]))
+ (seq (ignore (let (x = [0: 4 2]) (makeblock 0 x)))
+ (apply (field 1 (global CamlinternalMod!)) [0: [0]] A
+ (module-defn(A) anonymous.ml(23):567-608 A))
+ (apply (field 1 (global CamlinternalMod!)) [0: [0]] B
+ (module-defn(B) anonymous.ml(33):703-773
+ (let (x = [0: "foo" "bar"]) (makeblock 0))))
+ (let (f = (function param 0a)) (makeblock 0 A B f)))))