Skip to content

Commit 5796fc8

Browse files
committed
Add missing test case that wasn't uploaded
1 parent be21d3d commit 5796fc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/test/Sema/PR166843.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)