summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_1923.cpp
blob: e5b3ceeb5b3ef7928e3dd4f92bf3755e743eb42f (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;