This code should raise error: ``` c++ PortB7 port; port.input += 20; ``` This is ok: ``` c++ PortB7 port; port.input = 0xff; ```