summaryrefslogtreecommitdiff
path: root/impl/test/4.eqns
diff options
context:
space:
mode:
Diffstat (limited to 'impl/test/4.eqns')
-rw-r--r--impl/test/4.eqns3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl/test/4.eqns b/impl/test/4.eqns
new file mode 100644
index 0000000..cd6045c
--- /dev/null
+++ b/impl/test/4.eqns
@@ -0,0 +1,3 @@
+x = 1
+y = max(y + x, -10)
+z = x * y