Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / substruct.c
1 struct a { int a; } x[2] =
2 {
3 { .a = 7, },
4 { .a = 17, },
5 };