Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / mf.c
1 int fn1() {
2 foo(12);
3 }
4
5 int fn2() {
6 fn1();
7 bar(10);
8 }
9
10 int fn1bis() {
11 foo(7);
12 }