coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / addif2.c
1 static int foo() {
2 return 12;
3 }
4
5 static int bar() {
6 return 12;
7 }