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