permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / remstruct.res
1 int hello ( String input )
2 {
3 String input = input.lowercase();
4 printf(input);
5 }