blob: 680ed71ac9f2dc9f24cad0aecf06a64248c782c2 [file] [log] [blame]
module a {
header "a.h"
// Hide content by not re-exporting module b.
}
module b {
header "b.h"
export *
}