!7 sclass _F0 {} static _F0 _call(_F0 f) { ret f; } static O _call(O f, O... y) { ret f; } p { _F0 f = _call(new _F0); }