C++程序  |  4行  |  102 B

// RUN: %clang_cc1 -fsyntax-only -verify %s

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