permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / manual / already_tagged.c
CommitLineData
34e49164
C
1/* diamond example */
2void main(int i)
3{
4
5 foo();
6 if(1)
7 bar(1);
8 else
9 bar(2);
10 foobar();
11
12}