summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/nested-linkage.cpp
blob: 59746ea9c10e44f407be499bd8106b129b6c38e0 (plain)
1
2
3
4
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics

extern "C" { extern "C++" { template<class C> C x(); } }