aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/DebugInfoNamespace/module.modulemap
blob: 9300fcf98c645996e30ac74b1b8dce1847d54aa3 (plain)
1
2
3
4
5
6
7
8
module A {
  header "A.h"
  export *
}
module B {
  header "B.h"
  export *
}