mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
61798ff6ec
...to match the component in include/ and lib/. No content change.
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
module MacrosRedefWithParallelSubmodules {
|
|
explicit module A {
|
|
header "A.h"
|
|
}
|
|
explicit module B {
|
|
header "B.h"
|
|
}
|
|
}
|