1 // RUN: %clang_cc1 -fsyntax-only -verify %s 2 3 extern "C" { extern "C++" { template<class C> C x(); } } 4