allwinner_a64/android/external/clang/test/SemaTemplate/nested-linkage.cpp
2018-08-08 16:14:42 +08:00

4 lines
129 B
C++

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