pragma solidity ^0.7.0; contract Test { function a(uint x) public { x+1; } }