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