Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / initializer.c
1 struct SHT var = {
2 .f1 = toto1,
3 .f2 = toto2,
4 .f3 = toto3,
5 };