summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/pp_ret.c
blob: c35e429496a9a1ac23b1196445f9bb7c67ea37b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if 0
int
#else
unsigned
#endif
f()
{
return 0;
}

#ifdef FOO
#define BAR .
#endif