permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / rets.c
... / ...
CommitLineData
1int main () {
2 foo();
3 return 12;
4}