permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / ocaml2.c
1 int main () {
2 if (f(3)) goto l;
3 if (f(x)) x = 2;
4 if (f(x+y)) return;
5 l: return;
6 }
7