frr/tools/coccinelle/test_after_assert.cocci

8 lines
58 B
Text
Raw Normal View History

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