diff options
Diffstat (limited to 'test/scanners/cpp/wedekind.in.cpp')
-rw-r--r-- | test/scanners/cpp/wedekind.in.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/scanners/cpp/wedekind.in.cpp b/test/scanners/cpp/wedekind.in.cpp new file mode 100644 index 0000000..68b0dba --- /dev/null +++ b/test/scanners/cpp/wedekind.in.cpp @@ -0,0 +1,12 @@ +template< typename T > +T plus( const &T x ) +{ + return -x; +} + +template< typename T > +class image +{ +public: + image( const image< T > &_image ) {} +}; |