permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / csw.res
1 int main() {
2 switch (x) {
3 case MID: mid(); break;
4 }
5 }
6