12 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -I%S/Inputs/cxx-lookup -verify3// expected-no-diagnostics4namespace llvm {}5#include "c2.h"6llvm::GlobalValue *p;7 8#include "na.h"9namespace N { struct foo; }10#include "nb.h"11N::foo *use_n_foo;12