summaryrefslogtreecommitdiff
path: root/impl/test/12.eqns
diff options
context:
space:
mode:
Diffstat (limited to 'impl/test/12.eqns')
-rw-r--r--impl/test/12.eqns2
1 files changed, 2 insertions, 0 deletions
diff --git a/impl/test/12.eqns b/impl/test/12.eqns
new file mode 100644
index 0000000..91be47b
--- /dev/null
+++ b/impl/test/12.eqns
@@ -0,0 +1,2 @@
+x = y + 1
+y = max(0, x + 1)