blob: 0a0be4da47e7714146923c4b832d29b915611e4e [file]
// WITH_STDLIB
import kotlin.test.*
var globalString = "OK"
fun box(): String {
return globalString
}