contract C { function f() public returns (function(uint) internal returns (uint) x) { } }