nested-linkage.cpp 129 B

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