summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/c/br_cmt.c
blob: 4e57d2deed2011ec1c8d96063fc0e8e419912819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int main()
{
	if( foo == bar )
	{ /* this works */
                a;
	}else
    if( ranz != bar )
	{ /* this works too */
                b;
	}else
	{ /* this is broken */
        c;
	}
}