permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / test8.res
1 void main(char i, int foo) {
2
3 float k;
4 float j;
5
6 {
7 j++;
8 }
9
10 }
11