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