summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/pp-ignore.mm
blob: 2673008c259248f9a9b205bad1cb0d4cb9659279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#define a	z	\
			x

#define a(b)	z	\
				x

#define ab(b)	z	\
				x

#define abc(b)	z	\
				x

#define abcd(b)	z	\
				x


#if FOO
#	define D(a, ...) B(FOO(a, __LINE__, __VA_ARGS__))
#	define C(msg)			\
		PP_WRAP_CODE(		\
			if (!msg)		\
			{				\
				BAR();		\
				BARBAR();	\
				BARBARBAR();\
			})
#else
#	define C(msg, ...)		EMPTY
#endif