summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/sf594.c
blob: cd08cce6c496c9aa2f270f2f049937ef1f216f6d (plain)
1
2
3
4
5
6
void foo()
{
if (x < d >> 1)
{
}
}