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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
58 B
Text
Raw Normal View History

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