// Kotlin Native v0.2 import kotlinx.cinterop.* import string.* fun main(args: Array) { val hw = strdup ("Hello World!")!!.toKString() println(hw) }