summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/gh399.c
blob: 00f868a33881478cd7ed86cb88ee5cca2677ce86 (plain)
1
2
3
4
5
6
7
8


void foo()
{
    for(i = 0; i * i < n; i++)
    {
    }
}