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

#ifdef FOO
#define BAR .
#endif