FILE /secondaryConstructors.kt
  CLASS CLASS C
    CONSTRUCTOR public constructor C()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL C
          x: CONST Int type=kotlin.Int value='0'
    CONSTRUCTOR public constructor C(/*0*/ x: kotlin.Int)
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL Any
        INSTANCE_INITIALIZER_CALL classDescriptor=C
