library L { function f(mapping(uint => uint)[] storage) external pure { } } // ----