We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be21d3d commit 5796fc8Copy full SHA for 5796fc8
clang/test/Sema/PR166843.cpp
@@ -0,0 +1,7 @@
1
+// RUN: %clang_cc1 -fsyntax-only %s -verify
2
+namespace a {
3
+template <class b>
4
+void c() {
5
+ ((::c::)); // expected-error {{expected unqualified-id}}
6
+}
7
0 commit comments