permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / test2.res
CommitLineData
34e49164
C
1void main()
2{
3 f(1,2,3);
4 if(1)
5 h(1);
6 else
7 h(1);
8}