Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / inhpos.cocci
CommitLineData
34e49164
C
1// the point of this example is that if p doesn't get bound, then p1 can
2// be anything
3
4@a@
5position p;
6@@
7
8f@p(...)
9
10@@
11position p1 != a.p;
12@@
13
14- g@p1(...);