summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/vars1.bth2
-rw-r--r--tests/vars1.out1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/vars1.bth b/tests/vars1.bth
new file mode 100644
index 0000000..718b52b
--- /dev/null
+++ b/tests/vars1.bth
@@ -0,0 +1,2 @@
+(+ 2 (let (a 10)
+ (* a a)))
diff --git a/tests/vars1.out b/tests/vars1.out
new file mode 100644
index 0000000..257e563
--- /dev/null
+++ b/tests/vars1.out
@@ -0,0 +1 @@
+102