a b/test/expr-brackets.test.expected
1
FUNCTION func:BOOL;
2
a := b * ( c + d ) * e;
3
 a := b * ( (c:=c+1) );
4
 a := b * (c:=c+1);