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/13.eqns | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 impl/test/13.eqns (limited to 'impl/test/13.eqns') diff --git a/impl/test/13.eqns b/impl/test/13.eqns new file mode 100644 index 0000000..ce399ef --- /dev/null +++ b/impl/test/13.eqns @@ -0,0 +1,3 @@ +x = y + 1 +y = max(0, z) +z = x -- cgit v1.2.3