ultimatepp/uppdev/TestCppParser/test2.in
cxl 19c49f9254 .uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@8633 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-07-04 07:34:26 +00:00

4 lines
140 B
Text

extern "C++" // templates cannot be declared to have 'C' linkage
template <typename T, size_t N>
char (*RtlpNumberOf( T (&)[N] ))[N];