nested-linkage.cpp 129 Bytes Raw Blame History Permalink 1 2 3 4 // RUN: %clang_cc1 -fsyntax-only -verify %s // expected-no-diagnostics extern "C" { extern "C++" { template<class C> C x(); } }