Bruno Cardoso Lopes | 7bd3d9f | 2017-04-24 21:58:13 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t.a %t.b |
Bruno Cardoso Lopes | c69f9f3 | 2017-04-12 21:46:16 +0000 | [diff] [blame] | 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 | |