pragma solidity ^0.4.3; contract Test { function a(uint x) { if (x>1){ x=3; } x=2; } }