summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/module.map
blob: 4bfc109a8b1361e5790360c4620e1ceff0e9b427 (plain)
1
2
3
4
5
6
7
8
// See vfsoverlay.yaml
module ModuleNeedsVFS {
  header "ModuleNeedsVFS.h"
  export *
}
framework module * { }

module ModuleUndef { header "module-undef.h" }
OpenPOWER on IntegriCloud