function foo(uint256 x) pure returns (uint256) { return 0; } function bar(uint256 x, uint256 y) pure returns (uint256) { return 0; }