Files
kotlin-fork/compiler/testData/codegen/box/size/ok.kt
T
2023-04-05 20:50:52 +02:00

6 lines
137 B
Kotlin
Vendored

// TARGET_BACKEND: WASM
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 137_888
// WASM_DCE_EXPECTED_OUTPUT_SIZE: mjs 6_501
fun box() = "OK"