1*0a6a1f1dSLionel Sambuc // RUN: rm -rf %t 2*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t %s -I%S/Inputs/cxx-lookup -verify 3*0a6a1f1dSLionel Sambuc // expected-no-diagnostics 4*0a6a1f1dSLionel Sambuc namespace llvm {} 5*0a6a1f1dSLionel Sambuc #include "c2.h" 6*0a6a1f1dSLionel Sambuc llvm::GlobalValue *p; 7