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