permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / print_return.c
1 int config(struct pcmcia_device *link) {
2 bar();
3 return 0;
4 }