trying to write out its macro graph, in case we imported a module that added another module macro between the most recent local definition and the end of the module. llvm-svn: 279024
3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
module A { header "a.h" export * }
|
|
module B { module B1 { header "b1.h" export * } module B2 { header "b2.h" export * } }
|