Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / delete_function.c
1 int first () {
2 return 0;
3 }
4
5 int foo() {
6 a();
7 a();
8 a();
9 }
10
11 int last () {
12 return 0;
13 }