Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / disjexpr.cocci
CommitLineData
34e49164
C
1@@ identifier fld;
2@@
3(
4- v.fld
5+ v->fld
6|
7- v
8+ *v
9)