mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
...specifically, diagnosed in the parent DiagnosticEngine. This not only provides a better user experience, but makes sure that the compiler exits with a nonzero exit code even if the module goes unused. rdar://problem/50789839
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
module HasOverlay {
|
|
header "HasOverlay.h"
|
|
}
|
|
|
|
module ImportsOverlay {
|
|
header "ImportsOverlay.h"
|
|
export *
|
|
}
|