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