1
0
Fork 0
frr/tools/coccinelle/test_after_assert.cocci

8 lines
58 B
Text
Raw Permalink Normal View History

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