diff options
Diffstat (limited to 'impl/test/7.eqns')
-rw-r--r-- | impl/test/7.eqns | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/test/7.eqns b/impl/test/7.eqns index 1f69268..2789f0e 100644 --- a/impl/test/7.eqns +++ b/impl/test/7.eqns @@ -1,5 +1,5 @@ x = 0 -y = max(x,a) +y = max(-inf, x, a) a = b b = c c = d |