compiler/testData/codegen/box/controlStructures/kt1899.kt (5 lines of code) (raw):

fun box(): String { if (1 != 0) { } return "OK" }