blob: dc25c91ac0c45f791a00c047a353030aae1b7d5a [file] [log] [blame]
Richard Smith15e32fd2015-03-17 02:23:11 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/anon-namespace -verify %s
Richard Smith15e32fd2015-03-17 02:23:11 +00003// expected-no-diagnostics
4#include "b1.h"
5#include "c.h"
6using namespace N;