summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/33097-enum_comma.h
blob: bb93f4a960970e51df01b13c3eb88979782fe533 (plain)
1
2
3
4
5
6
7
8
9
10

void function(int a, int b, int c);

enum Test {
	A,
	B,
	C,
	D,
	E
}