Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / strangeorder.cocci
CommitLineData
34e49164
C
1@@
2expression *E;
3identifier f;
4statement S1;
5@@
6
7if (E == NULL)
8+{
9+ E = NULL;
10 S1
11+}