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