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