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