contract test { function f(bytes memory) internal; } // ---- // TypeError: (0-56): Contract "test" should be marked as abstract.