Release coccinelle-0.2.1-rc1
[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 }