mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
module Mixed {
|
|
header "Mixed.h"
|
|
export *
|
|
|
|
explicit module Submodule {
|
|
header "Submodule.h"
|
|
export *
|
|
}
|
|
}
|