permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / stmt.cocci
CommitLineData
34e49164
C
1@@
2statement S, S1;
3identifier f;
4@@
5
6f (...) {
7 ... when != S1
8+ foo();
9 S
10 ...
11}