permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / addbefore.res
CommitLineData
951c7801
C
1int main () {
2 if (x) {
3 foo();
4 goto out;
5 }
6 after();
7out:
8 return 0;
9}