mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
3bc81f7df4
rdar://27709042
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
framework module MixModA {
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|
|
module MixModA.Swift {
|
|
header "MixModA-Swift.h"
|
|
}
|