// !DIAGNOSTICS: -UNUSED_EXPRESSION, -UNUSED_PARAMETER open class C() { deprecated("") constructor(p: Int) : this(){} } class D : C(1)