summaryrefslogtreecommitdiff
path: root/tests/TrivialValue.ml
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2014-09-28 21:46:13 +0200
committerGrégoire Duchêne <gduchene@awhk.org>2014-09-28 23:03:16 +0200
commit187dcd089f8a86e8d8e769769496f791d69ec09d (patch)
tree072837702a85236fbe85e88452fcf6390b2a2c82 /tests/TrivialValue.ml
parent19ee8bf4e7226117c47edfba623db61720a07338 (diff)
Added the first tests
Diffstat (limited to 'tests/TrivialValue.ml')
-rw-r--r--tests/TrivialValue.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TrivialValue.ml b/tests/TrivialValue.ml
new file mode 100644
index 0000000..6f76e0e
--- /dev/null
+++ b/tests/TrivialValue.ml
@@ -0,0 +1,2 @@
+let x = 1
+let y = x + 1