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