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.
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
module MacrosRedefWithSubmodules {
|
|
header "Outer.h"
|
|
explicit module TheSubmodule {
|
|
header "Inner.h"
|
|
}
|
|
}
|