contract C { function f() public { (bool success, ) = address(10).staticcall{gas: 3}(""); success; } } // ==== // EVMVersion: