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