permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifbr.c
1 int main () {
2 if (x)
3 return;
4 }