summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/09612-bug_1041.c
blob: 7c07615b14e3ea707426d2a86256ab7663c6fe2c (plain)
1
2
3
4
5
6
void (*g_func_table[32])(void) = {
	[0 ... 31] = func_dummy,
	[0] = func_0,
	[1] = func_1,
	[2] = func_2,
};