Release coccinelle-0.1
[bpt/coccinelle.git] / tests / metastatement_for.res
1 void main(void)
2 {
3 int i;
4
5 if (i == 0) {
6 printf("%d", i);
7 }
8
9 }