blob: bd019c7f4ae4a5d7a01a6e806037a3880d0c457b [file] [log] [blame]
Stephen Hines176edba2014-12-01 14:53:08 -08001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t %s -I%S/Inputs/cxx-lookup -verify
3// expected-no-diagnostics
4namespace llvm {}
5#include "c2.h"
6llvm::GlobalValue *p;
Stephen Hines0e2c34f2015-03-23 12:09:02 -07007
8#include "na.h"
9namespace N { struct foo; }
10#include "nb.h"
11N::foo *use_n_foo;