() f() { int intval; if :true { bool i = intval; // ERROR } else { bool j = intval; // ERROR } if intval { } // ERROR }