summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30249-align-330.cpp
blob: a92e154566b5daedbfc8098912b2439be536f1fc (plain)
1
2
3
4
5
6
7
                        \
   #define CTOR(i, _) : \
      T(X()),           \
      y()               \
   {
   }