--TEST--
Folding of complicated expression
--INPUT--
SELECT (BINARY BINARY 1);
--EXPECTED--
E SELECT
( (
1 1
) )
; ;