summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/c/10047-Issue_3421.h
blob: cdc3b4f0a2a46f2d73be641eb4f86f96b25e0df1 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
	extern "C" {
#endif

int foobar(void);

#ifdef __cplusplus
	}
#endif