summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34170-i1082.cpp
blob: 06680c0eafb80cc9dd24a3aef262177cea1e057f (plain)
1
2
3
4
// there should be no break ups caused by suffix or separator
auto n2 = 1'000;
auto m1 = 0b0010'1010LL;
auto m2 = 0xfa'afUll;