| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -I%S/Inputs/multiple-include -fmodules-cache-path=%t -fimplicit-module-maps -verify %s -fmodules-local-submodule-visibility |
| 3 | // expected-no-diagnostics |
| 4 | #include "b.h" |
| 5 | int c = get(); |
| 6 |
| 1 | // RUN: rm -rf %t |
|---|---|
| 2 | // RUN: %clang_cc1 -fmodules -I%S/Inputs/multiple-include -fmodules-cache-path=%t -fimplicit-module-maps -verify %s -fmodules-local-submodule-visibility |
| 3 | // expected-no-diagnostics |
| 4 | #include "b.h" |
| 5 | int c = get(); |
| 6 |