summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/implicit-private-with-submodule/A.framework/Modules/module.modulemap
blob: 73d5ab7a4bbe7970c0f408b21e27aed433a26bfc (plain)
1
2
3
4
5
6
7
8
9
10
framework module A {
  header "a.h"
  export *
}

framework module B {
}

framework module C {
}
OpenPOWER on IntegriCloud