permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ifadd.cocci
CommitLineData
17ba0788
C
1@@
2@@
3if (...)
4{
5...
6+ foo();
7// two();
8}