summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34309-issue_2209-1.cpp
blob: 82ff67c6fef648e29470600426767f0ac9a0b318 (plain)
1
2
3
4
5
6
7
8
9
namespace
{

void g(int a1234567890123456, int b1234567890123456,
       int c1234567890123456)
{
}

}