summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34174-i1466.cpp
blob: fe704d2aaaaca50fccd268cb5a7f7b1e4a3b6b71 (plain)
1
2
3
4
5
6
A a = {this->r * cos(b)};

B b1 = {0x0000'1111 * this->r};
B b3 = {this->r * 0x0000'1111};
B b2 = {0x0000'1111 * value};
B b4 = {value * 0x0000'1111};