Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / fieldsmin.cocci
CommitLineData
34e49164
C
1@@
2@@
3
4struct foo x = {
5- .a = 1,
6- .b = 2,
7 .c = 3,
8};
9