blob: 47c879dbb636d0ab504344e8e0ec1759e2ba405b [file] [log] [blame]
Richard Smithbb853c72014-08-13 01:23:33 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t %s -I%S/Inputs/cxx-lookup -verify
3// expected-no-diagnostics
4namespace llvm {}
5#include "c2.h"
6llvm::GlobalValue *p;