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