summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/braces_empty.cpp
blob: 583c7fa1f74b3a415d584ef06db7c1465fc4504f (plain)
1
2
3
4
5
6
7
8
9
class Parser::ParserPrivate { };

template <typename T> class to { };

my $all = { };

enum FocusEffect { };

struct error { };