Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / fieldsmin.c
CommitLineData
34e49164
C
1struct foo x = {
2 .a = 1,
3 .b = 2,
4 .c = 3,
5};