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