permit multiline comments and strings in macros
[bpt/coccinelle.git] / tests / doublepos.cocci
CommitLineData
34e49164
C
1// this shows a constraint on an inherited position variable
2
3@a@
4position p;
5@@
6
7f@p(1,...)
8
9@b@
10position p1;
11@@
12
13f@p1(...,5)
14
15@@
16position a.p != b.p1;
17@@
18
19- f@p(...);