permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ty_tyexp.res
1 void main(double z) {
2
3 float x;
4 float y;
5 }
6
7 float main(float z) {
8 }
9
10 float main2(float z);
11