summaryrefslogtreecommitdiffstats
path: root/test/Modules/anon-namespace.cpp
blob: 6c085ebc8858b25622132fc8670018b9d93f80c5 (plain)
1
2
3
4
5
6
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/anon-namespace -verify %s
// expected-no-diagnostics
#include "b1.h"
#include "c.h"
using namespace N;
OpenPOWER on IntegriCloud