summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/Issue_3343.c
blob: 3c21608ba3afc509c07fceebc8e3ff89b91c6e25 (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
};