mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Part of preserving enough information to reconstitute a textual interface back to a binary module.
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
module A { header "A.h" }
|
|
module B {
|
|
explicit module B1 { header "B1.h" }
|
|
explicit module B2 { header "B2.h" }
|
|
explicit module B3 { header "B3.h" }
|
|
}
|
|
module C { header "C.h" }
|
|
module D { header "D.h" }
|