// FILE: common.kt

// FILE: platform.kt

fun f(): String {
  return "OK"
}

