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