blob: ddcff0c0447ef0d6120282619e7555c2179cecb8 [file]
// LANGUAGE: +MultiPlatformProjects
fun main() {
println("Hello, Kotlin/Native!")
}
expect fun f()
fun test() {
}
actual fun f() { <expr>println("Hello")</expr> }