permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / stm10_ver1.c
1 int main(int x) {
2 f();
3 { replace(); replace();}
4 g();
5 }