permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / foobar.cocci
CommitLineData
34e49164
C
1@@ @@
2
3- foo
4+ bar
5 (...)
6
7// @@ @@
8// - foo
9// + bar
10
11//@@ expression list XS; @@
12//
13//- foo(XS)
14//+ bar(XS)