A couple of tests for default libraries.
This commit is contained in:
committed by
alexander-gorshenev
parent
27f7e4263b
commit
f1c3e866b4
@@ -0,0 +1,7 @@
|
||||
import posix.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
// Just check the typealias is in scope.
|
||||
val ptrdiff: ptrdiff_t = 0L
|
||||
println("ptrdiff = $ptrdiff")
|
||||
}
|
||||
Reference in New Issue
Block a user