mirror of
https://github.com/apple/swift.git
synced 2026-01-17 12:17:35 +01:00
In particular, the fake "<module-includes>" buffers all have that same name. Use the buffer itself to provide identity. (We are already deliberately keeping the buffers alive via their source managers.) rdar://problem/19716081 Swift SVN r25200
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
// It is important that this test uses a second module.map file.
|
|
module ImportsMissingHeaderIndirect {
|
|
header "ImportsMissingHeaderIndirect.h"
|
|
export *
|
|
}
|