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