summaryrefslogtreecommitdiffstats
path: root/tools/coccinelle/test_after_assert.cocci
blob: 30596a89c2ff1df07fae351166cda8a47576ab00 (plain)
1
2
3
4
5
6
7
@@
identifier i;
@@

assert(i);
- if (!i)
-   return ...;