1 | // RUN: rm -rf %t.a %t.b |
---|---|
2 | // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-cache-path=%t.a -I %S/Inputs/preprocess -verify %s |
3 | // RUN: %clang_cc1 -fmodules -fmodules-local-submodule-visibility -fimplicit-module-maps -fmodules-cache-path=%t.b -I %S/Inputs/preprocess -x c -verify -x c %s |
4 | |
5 | // expected-no-diagnostics |
6 | |
7 | #include "file.h" |
8 | |
9 |