Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / xfield.cocci
1 @@
2 declarer name FOO;
3 expression a,b,c;
4 @@
5
6 - FOO(a,b,c);
7 + int x;