[K/N][Tests] Migrate second ObjC test with framework

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-17 23:28:12 +01:00
parent 1b18f4ed1e
commit cc13888dd0
12 changed files with 59 additions and 30 deletions
@@ -1 +0,0 @@
#define ANSWER 42
@@ -1,6 +0,0 @@
import module_library.*
fun main() {
println("OK")
println(ANSWER)
}
@@ -1,2 +0,0 @@
OK
42
@@ -1,2 +0,0 @@
language = Objective-C
modules = module_library
@@ -1,6 +0,0 @@
module module_library {
umbrella header "module_library_umbrella.h"
export *
module * { export * }
}
@@ -1 +0,0 @@
#import <foo.h>