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