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