--- a
+++ b/test/expr-brackets.test.log
@@ -0,0 +1,4 @@
+FUNCTION func:BOOL;
+a := b * ( c + d ) * e;
+ a := b * ( (c:=c+1) );
+ a := b * (c:=c+1);