permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / return.c
CommitLineData
34e49164
C
1void foo(int y) {
2 int x;
3 if (x) { aaa(); bbb(); return; }
4 if (x) { aaa(); bbb(); return; }
5 ccc();
6}