C++程序  |  5行  |  129 B

// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics

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