Files
swift-mirror/test/PrintAsObjC/Inputs/MostlyPrivate1.framework/Modules/module.private.modulemap
Jordan Rose d734ce800c [PrintAsObjC] Sort imports alphabetically. (#15899)
This ensures that 'Foo' always gets imported before 'Foo_Private'.
This shouldn't strictly be necessary but does end up with more
reliable results in practice.

rdar://problem/36159006
2018-04-12 20:57:42 -07:00

6 lines
124 B
Plaintext

framework module MostlyPrivate1_Private {
umbrella header "MostlyPrivate1_Private.h"
export *
module * { export * }
}