Release coccinelle-0.1.10
[bpt/coccinelle.git] / tests / delete_function.cocci
1 @@
2 @@
3
4 -foo() {
5 - a();
6 - a();
7 - a();
8 -}