summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09601-bug_637.c
blob: 93cbfea2adec3f67a0dafadd7c06c43c7fc3ca78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// test for bug # 637
void foo(void)
{
        while (1) ;
        while (1) ;
        while (1) ;
        while (1) ;
        while (1) ;
        if (n) {
                while (1) ;
                while (1) ;
                while (1) ;
                while (1) ;
                while (1) ;
        }
}