// ---- SOURCE: a/**This contract is empty*/contract C {}// ---- SOURCE: b/**This contract is empty and has a line-breaking comment.*/contract C {}// ---- SOURCE: ccontract C {/** Some comment on Evt.*/eventEvt();/** Some comment on mod.*/modifiermod() { _; }/** Some comment on fn.*/functionfn()public{}}