[K/N][Tests] Migrate second ObjC test with framework
^KT-61259
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user