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