Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / str_init.c
1 struct foo x = {
2 .aaa = 5,
3 .rrr = 1,
4 .xxx= 12,
5 .bbb = 2,
6 .ccc = 4,
7 };