mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
framework module MostlyPrivate2 {
|
|
umbrella header "MostlyPrivate2.h"
|
|
export *
|
|
module * { export * }
|
|
}
|