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