From e5e937b77b45dd683af97da82f8c8a1761c6d4f0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Fri, 26 Oct 2012 16:35:28 +1100 Subject: Add some tests, and stuff. --- impl/test/12.eqns | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 impl/test/12.eqns (limited to 'impl/test/12.eqns') 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) -- cgit v1.2.3