permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / a_and_e_ver1.c
CommitLineData
34e49164
C
1void main(int i) {
2
3 g();
4 if(1)
5 f(1,2);
6 else
7 f(2,2);
8
9 // return 1;
10}