--TEST--
test folding when prefix operator binary is used
--INPUT--
SELECT 1 + binary 2 + 3;
--EXPECTED--
E SELECT
1 1
; ;


