summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/Inputs/ModuleA/module.modulemap
blob: b0fe1faaee6a316224bbe4f477f803f6e331f6cd (plain)
1
2
3
4
module ModuleA {
  header "moduleA.h"
  export *
}