forked from OSchip/llvm-project
4 lines
100 B
C++
4 lines
100 B
C++
|
// RUN: clang-cc -fsyntax-only -verify %s
|
||
|
|
||
|
extern "C" { extern "C++" { template<class C> C x(); } }
|