xref: /aosp_15_r20/external/clang/test/Index/Inputs/module.map (revision 67e74705e28f6214e480b399dd47ea732279e315)
1// See vfsoverlay.yaml
2module ModuleNeedsVFS {
3  header "ModuleNeedsVFS.h"
4  export *
5}
6framework module * { }
7
8module ModuleUndef { header "module-undef.h" }
9
10module PreambleWithImplicitImport {
11  module A {
12    header "preamble-with-implicit-import-A.h"
13  }
14  module B {
15    header "preamble-with-implicit-import-B.h"
16    export *
17  }
18  module C {
19    header "preamble-with-implicit-import-C.h"
20    export *
21  }
22}
23