Files
swift-mirror/test/APIJSON/Inputs/module.modulemap
Steven Wu 9904f9bb9c [SR-14311] Error out when swift-api-extract failed to load module
Emit diagnostics and error out when swift-api-extract failed to load
module.
2021-03-19 10:55:59 -07:00

5 lines
85 B
Plaintext

framework module NativeDep [extern_c] {
umbrella header "NativeDep.h"
export *
}