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