Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / module.map
blobcd5bcb4670322e137a97c10031c4b0ef6b376c4a
1 // See vfsoverlay.yaml
2 module ModuleNeedsVFS {
3   header "ModuleNeedsVFS.h"
4   export *
6 framework module * { }
8 module ModuleUndef { header "module-undef.h" }
10 module 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   }
24 module hidden_redecls {
25   header "hidden-redecls.h"
27   explicit module sub {
28     header "hidden-redecls-sub.h"
29   }