blob: 7cbeefc81782efa1493984294fd9651426144f61 [file] [log] [blame]
Richard Smithe70dadd2015-07-10 22:27:17 +00001// 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"
5int c = get();