[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaTemplate / nss-recovery.cpp
blob08974cbbff1132b44dc35f19bba8b591b17459ca
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 // There should be no extra errors about missing 'typename' keywords.
4 void f() {
5 decltype(undef())::Type T; // expected-error {{use of undeclared identifier}}