permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / sis.cocci
CommitLineData
34e49164
C
1@@
2declarer name DECLARE_MUTEX;
3declarer name DEFINE_MUTEX;
4identifier I;
5//fresh identifier I1;
6@@
7
8- DECLARE_MUTEX(I);
9+ DEFINE_MUTEX(I);