UNARY             137 test/manual/etags/y-src/cccp.y %right UNARY
UNARY             156 test/manual/etags/y-src/cccp.y exp	:	'-' exp    %prec UNARY
UNARY             161 test/manual/etags/y-src/cccp.y 	|	'!' exp    %prec UNARY
UNARY             164 test/manual/etags/y-src/cccp.y 	|	'+' exp    %prec UNARY
UNARY             166 test/manual/etags/y-src/cccp.y 	|	'~' exp    %prec UNARY