// WITH_STDLIB import kotlin.test.* fun box(): String { val two = 2.0 assertEquals(2, two.toInt()) return "OK" }