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