summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/op_sym_empty.cpp
blob: 4b79ca9e37c6e32d4d04d426f48c4fbe6963ac08 (plain)
1
2
3
4
5
class Foo
{
bool operator ==( const Foo & other ) const;
Bar & operator * ( ) const;
};