7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
package foo
|
|
|
|
fun box(): String {
|
|
val i = 0x80000000 + 0x8000000
|
|
return "OK"
|
|
}
|