mirror of
https://github.com/apple/swift.git
synced 2026-01-13 12:20:10 +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 *
|
|
}
|
|
}
|