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