summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_1753.cpp
blob: bf5530c3875112b27df00c47627c0b3929a7ae18 (plain)
1
2
3
4
5
6
7
8
9
void x()
{
   a = c0*d0();
   a = b?c+d:e;
   a = b?c*d:e;
   a = b?c+d():e;
   a = b1?c1*d1():e1;
   a = b2?c2()*d2:e2;
}