summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/c/indent-macro-brace.c
blob: 8c3f99416602b68565b428ccee22f8126f367a0d (plain)
1
2
3
4
5
6
7
8
#define X do {\
a; \
b; \
} while (0)

#define X\
y; \
z