blob: 6d471f5fc94fac9b3203e3a4705540d43f4bae81 [file] [log] [blame]
Richard Smith5cd86f82015-11-03 03:13:11 +00001module X {
2 textual header "const.h"
3 module A { header "a.h" export * }
4 module B { header "b.h" export * }
5 module C { header "c.h" export * }
6}