mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
3 lines
100 B
C++
3 lines
100 B
C++
// RUN: clang-cc -fsyntax-only -verify %s
|
|
|
|
extern "C" { extern "C++" { template<class C> C x(); } }
|