contract A {
function a() public virtual;
}
// ----
// TypeError: (0-47): Contract "A" should be marked as abstract.