summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/10033-Issue_3343.c
blob: 6acdb70ee963000ee0a033e3c4d1af2525743ffa (plain)
1
2
3
4
5
6
7
8
9
10
int x[] =
{
	#if 1
#define X1
		#include "x1.c"
	#else
#define X2
		#include "x2.c"
	#endif
};