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