interface I { fallback() external; function f() external; } // ----