summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10034-Issue_3343.c
blob: 31eddc22b2d6e4ee238c4cc2a08bd06e400dfa55 (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
};