summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/cpp/Issue_2689.cpp
blob: ef3b5a4bed776496bc49690f9592a3c8cc54d14e (plain)
1
2
3
4
5
class C
{
public:
   size_t f4 : 8 * sizeof(size_t) - 2; // <-- this star is treated a pointer token
};