blob: 4dcbf3f5bfe40b2c3222d670f47277e58535f14f [file] [log] [blame]
val c = Unit
val d = c
fun box(): String {
c
d
return "OK"
}