BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
package codegen.function.sum_silly
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
// FIXME: has no checks
|
||||
|
||||
fun sum(a:Int, b:Int):Int {
|
||||
var c:Int
|
||||
c = a + b
|
||||
|
||||
Reference in New Issue
Block a user