Release coccinelle-0.1
[bpt/coccinelle.git] / tests / fnret.cocci
1 @@
2 @@
3
4 // if int x is replaced by ..., there is a todo in transformation.ml
5
6 - foo(int x) { return; }