diff options
Diffstat (limited to 'impl/antlr')
-rw-r--r-- | impl/antlr/test-file | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/impl/antlr/test-file b/impl/antlr/test-file index 6f2cff5..8c865bf 100644 --- a/impl/antlr/test-file +++ b/impl/antlr/test-file @@ -1,3 +1,2 @@ -x = max(0, min(x, y)) -y = max(0, x+5, x) -z = max(0, z+1, x) +y = min(0-1, z) +z = min(0, y+1) |