permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / nestone.c
CommitLineData
34e49164
C
1int foo() {
2 if (x) { xxx(); return;}
3 yyy();
4}