permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / nl.res
1 int main() {
2 if (y) return;
3 y = y + 1;
4 }