summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/31636-Issue_1923.cpp
blob: 8c3ebe6694c670755c2c3cc76d78b3caa0d7a283 (plain)
1
2
3
4
5
int          x1      = 0;
foobar       long_x2 = 0;
foo<int>     x3      = 0;
int          x4[]    = {1, 2, 3};
decltype(x1) x5      = 0;