Richard Smith | e70dadd | 2015-07-10 22:27:17 +0000 | [diff] [blame^] | 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(); |