summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34194-sp_arith_additive.cpp
blob: 5ecb2ec8098af9a820be6470c7626b4378093d75 (plain)
1
2
int i = 0 + 3 - 4*3%3;
int ii = 0 + 3 - 4*3%3;