xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/cxx-lookup.cpp (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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