Release coccinelle-0.1
[bpt/coccinelle.git] / tests / fp.cocci
1 @@
2 identifier f,g;
3 @@
4
5 f(int (*g)(int,int)) {
6 ...
7 - g();
8 ...
9 }