permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / foo.c
CommitLineData
34e49164
C
1void main()
2{
3 g();
4 foo();
5 g();
6 foo();
7
8}