Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
SemaTemplate
/
nss-recovery.cpp
blob: 08974cbbff1132b44dc35f19bba8b591b17459ca [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// There should be no extra errors about missing 'typename' keywords.
void
f
()
{
decltype
(
undef
())::
Type
T
;
// expected-error {{use of undeclared identifier}}
}