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