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