summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/hidden-names/module.modulemap
blob: 1471f589c6660faffcd5fefc43269d9ca59bdbb6 (plain)
1
2
3
4
module hidden {
  header "visible.h"
  explicit module sub { header "hidden.h" }
}
OpenPOWER on IntegriCloud