Sign in
llvm
/
llvm-project
/
clang
/
27d389b54701f2e9a03e4f87c3f3de42a0c28d85
/
.
/
test
/
Sema
/
PR166843.cpp
blob: 5a6223bccc27ed38bc012cdf0d250278ab6029c7 [
file
]
// RUN: %clang_cc1 -fsyntax-only %s -verify
namespace
a
{
template
<
class
b
>
void
c
()
{
((::
c
::
x
));
// expected-error {{'c' is not a class, namespace, or enumeration}}
}
}