1*67e74705SXin Li // RUN: rm -rf %t 2*67e74705SXin Li // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/anon-namespace -verify %s 3*67e74705SXin Li // expected-no-diagnostics 4*67e74705SXin Li #include "b1.h" 5*67e74705SXin Li #include "c.h" 6*67e74705SXin Li using namespace N; 7