// !DIAGNOSTICS_NUMBER: 1 // !DIAGNOSTICS: UNUSED_VALUE fun unusedValue(): Int { var x: Int x = 239 return 42 }