permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / mf.c
CommitLineData
34e49164
C
1int fn1() {
2 foo(12);
3}
4
5int fn2() {
6 fn1();
7 bar(10);
8}
9
10int fn1bis() {
11 foo(7);
12}