summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/nl_before_struct_scoped_enum.cpp
blob: f4065b2088ac970f22789eb386f4290c8cf3c7de (plain)
1
2
3
4
5
6
7
8
9
int main();

enum struct Baz
{
     Abc = 4
   , Def = 1
};

Baz decide( Baz, Baz ) noexcept;