diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/basic.result | 1 | ||||
-rw-r--r-- | test/basic.test | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/basic.result b/test/basic.result new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/test/basic.result @@ -0,0 +1 @@ +11 diff --git a/test/basic.test b/test/basic.test new file mode 100644 index 0000000..b31be57 --- /dev/null +++ b/test/basic.test @@ -0,0 +1,3 @@ +id x = x +const x y = x +const(3,5) * id(7) - const(10,2) |