summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/Inputs/module/module.modulemap
blob: 180a4aad36dcdc0696c10f0bb018cf26ba8f94a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ModA {
  header "ModA.h" export *

  module SubModA {
    header "SubModA.h"

    module SubSubModA {
      header "SubSubModA.h"
    }
  }
}
OpenPOWER on IntegriCloud