[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaTemplate / nested-linkage.cpp
blob59746ea9c10e44f407be499bd8106b129b6c38e0
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 extern "C" { extern "C++" { template<class C> C x(); } }