Add a test-case for KT-43502

This commit is contained in:
Sergey Bogolepov
2021-01-28 14:42:02 +07:00
committed by Vasily Levchenko
parent 5a18a565b7
commit 0a33d9d2fc
6 changed files with 38 additions and 0 deletions
@@ -0,0 +1,5 @@
import kt43502.*
fun printExternPtr() {
println(externPtr)
}