contract test { function f(bytes memory) external; } // ---- // TypeError 3656: (0-56): Contract "test" should be marked as abstract. // TypeError 5424: (20-54): Functions without implementation must be marked virtual.