summaryrefslogtreecommitdiff
path: root/impl/antlr/test-file
blob: 6f2cff5cbd2f7fd5a902b8c6d76194ff312275da (about) (plain)
1
2
3
x = max(0, min(x, y))
y = max(0, x+5, x)
z = max(0, z+1, x)