permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / julia7.res
CommitLineData
34e49164
C
1int main(int x) {
2 foo();
3 if (x) { after(); return 0;}
4 after();
5}
6