diff options
Diffstat (limited to 'clang/test/Index/Inputs/module.map')
| -rw-r--r-- | clang/test/Index/Inputs/module.map | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/clang/test/Index/Inputs/module.map b/clang/test/Index/Inputs/module.map index 4bfc109a8b1..10712accb1c 100644 --- a/clang/test/Index/Inputs/module.map +++ b/clang/test/Index/Inputs/module.map @@ -6,3 +6,17 @@ module ModuleNeedsVFS { framework module * { } module ModuleUndef { header "module-undef.h" } + +module PreambleWithImplicitImport { + module A { + header "preamble-with-implicit-import-A.h" + } + module B { + header "preamble-with-implicit-import-B.h" + export * + } + module C { + header "preamble-with-implicit-import-C.h" + export * + } +} |

