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