pragma solidity ^0.4.3; contract Test { function a(uint x) returns (bool) { return; } }