Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / addif1.c
1 static int foo() {
2 return 12;
3 }
4
5 static int bar() {
6 return 12;
7 }