mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ModuleInterface] Print imports (including '@_exported')
Part of preserving enough information to reconstitute a textual interface back to a binary module.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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" }
|
||||
Reference in New Issue
Block a user