summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/Issue_2742.cpp
blob: 9d76fe447e74c96f6537b9c6f853a4cd49a44baa (plain)
1
2
3
4
5
6
7

#define FOO \
\
    int my_type; \
    int a; \
    float b; \
    double c;