]> granicus.if.org Git - clang/blob - test/Index/Inputs/module.map
Avoid a crash after loading an #undef'd macro in code completion
[clang] / test / Index / Inputs / module.map
1 // See vfsoverlay.yaml
2 module ModuleNeedsVFS {
3   header "ModuleNeedsVFS.h"
4   export *
5 }
6 framework module * { }
7
8 module ModuleUndef { header "module-undef.h" }