Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / rcu3.cocci
CommitLineData
34e49164
C
1@@
2type T;
3identifier I;
4expression E2;
5@@
6
7- list_entry(I,T,E2)
708f4980 8+ list_entry(_X(I), T, E2)