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