Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / noty.cocci
CommitLineData
34e49164
C
1@@
2statement S;
3expression *x;
4@@
5
6 if (NULL == x) S
7+ g();