mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
module Mixed {
|
|
header "Mixed.h"
|
|
export *
|
|
|
|
explicit module Submodule {
|
|
header "Submodule.h"
|
|
export *
|
|
}
|
|
}
|