contract C { function f(mapping(uint => uint) storage) internal pure { } } // ----