Release coccinelle-0.1
[bpt/coccinelle.git] / tests / multivars.c
1 void main(int i) {
2
3 f(1+2+v.field1,1+2+v.field1);
4
5 }