permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / ret.cocci
CommitLineData
34e49164
C
1@@
2expression E;
3identifier x;
4@@
5
6 f(...) {
7+ spin_lock();
8 ...
9+ spin_unlock();
10 }