summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/nested-linkage.cpp
blob: 6c0791c2efc86b4c86b09ce2ce43de906fd5e0b4 (plain)
1
2
3
// RUN: %clang_cc1 -fsyntax-only -verify %s

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