summaryrefslogtreecommitdiff
path: root/test/scanners/cpp/wedekind.in.cpp
blob: 68b0dba7920fa850656735c508540fca9dd9a0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
template< typename T >
T plus( const &T x )
{
  return -x;
}

template< typename T >
class image
{
public:
  image( const image< T > &_image ) {}
};