Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / dbg.cocci
CommitLineData
34e49164
C
1@@
2idexpression *E;
3statement S1;
4@@
5
6if (E != NULL) S1
7+ else E = NULL;