summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30316-Issue_2428.cpp
blob: b2a0a139d64b3391403fefa36458524b5b1a36d6 (plain)
1
2
3
4
5
void test()
{
        int{ 0 };
        int abcdef{ 0 };
}