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