Files
swift-mirror/test/Inputs/ObjCBridging/module.modulemap
Doug Gregor 09d2d63555 [SIL] Teach type lowering to use _ObjectiveCBridgeable.
Eliminate the String/Array/Dictionary/Set special cases, using
_ObjectiveCBridgeable conformances instead.

Note: Clang update required for the test to success.
2016-03-17 14:27:51 -07:00

5 lines
57 B
Plaintext

module Appliances {
header "Appliances.h"
export *
}