mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
348 B
Plaintext
14 lines
348 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" }
|
|
|
|
module Secret_BAD { header "Secret_BAD.h" }
|
|
|
|
module NotSoSecret { header "NotSoSecret.h" }
|
|
module NotSoSecret2 { header "NotSoSecret2.h" }
|