summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/02414-whole_file_ifdef.c
blob: c767bbf7b9ef83ad2ab357b7685f95b3db51a4ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Header */


#ifdef WHOLE_FILE


void foo();


#endif /* WHOLE_FILE */


/* Footer */