contract C {
constructor() virtual public {}
}
// ----
// TypeError 7001: (17-48): Constructors cannot be virtual.