summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02456-macro-returns.c
blob: 973fdfca43add62e5a6b922c0445f2f886a9b003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define foo1 return x + \
	       y

#define foo2 return x + \
	       y

#define foo3 return \
		0

#define foo4 return \
		0

#define foo5 return /* empty */

#define foo6 return \