blob: 2b71817f750f487b588203fe6fe69a42d9a78659 [file] [log] [blame]
import kotlinx.cinterop.*
import platform.posix.*
fun foo() = stat(malloc(42)!!.rawValue)