backend/tests: add more interop tests
This commit is contained in:
committed by
SvyatoslavScherbina
parent
59f65e9b3f
commit
19dbdf3137
@@ -0,0 +1,5 @@
|
||||
import cstdlib.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(atoi("257"))
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import cstdio.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
puts("Hello")
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
headers = stdio.h
|
||||
excludedFunctions = _IO_flockfile _IO_funlockfile _IO_ftrylockfile _IO_cleanup_region_start _IO_cleanup_region_end
|
||||
Reference in New Issue
Block a user