summaryrefslogtreecommitdiff
path: root/tests/LetIn.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LetIn.ml')
-rw-r--r--tests/LetIn.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/LetIn.ml b/tests/LetIn.ml
new file mode 100644
index 0000000..6b5c3f2
--- /dev/null
+++ b/tests/LetIn.ml
@@ -0,0 +1,4 @@
+let x =
+ let y = 1 in
+
+ 2 * y