hanchenye-llvm-project/clang/test/SemaTemplate/nested-linkage.cpp

4 lines
100 B
C++

// RUN: clang-cc -fsyntax-only -verify %s
extern "C" { extern "C++" { template<class C> C x(); } }