summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/objc-initializer/module.modulemap
blob: bc76ace10654242b58b791356b172c4f7d5eb472 (plain)
1
2
3
4
5
6
7
module X {
  module T {
    header "X.h"
    export *
  }
  export *
}
OpenPOWER on IntegriCloud