summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/33211-pp_multi_comment.cpp
blob: 5690e3a69c391a40d4cf56e4d6521e47963dc3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define CTOR(i, _) : \
 T(X()), \
/*
 * multi
 */ \
\
    y() \
{ }
main()
{
}