summaryrefslogtreecommitdiffstats
path: root/test/Modules/cxx-lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/cxx-lookup.cpp')
-rw-r--r--test/Modules/cxx-lookup.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/cxx-lookup.cpp b/test/Modules/cxx-lookup.cpp
new file mode 100644
index 0000000..47c879d
--- /dev/null
+++ b/test/Modules/cxx-lookup.cpp
@@ -0,0 +1,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;
OpenPOWER on IntegriCloud