summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/09616-enum_comma_ifdef.c
blob: 95637aaee105bfdb98543e2982114f28bdd2624a (plain)
1
2
3
4
5
6
7
enum A {
	a,
	b,
#ifdef __clang__
	c,
#endif
};