- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / demos / janitorings / bad_zero_affect.cocci
CommitLineData
34e49164
C
1
2@@
3expression *E;
4@@
5
6 E =
7- 0
8+ NULL
9