10 if (!a
&& !(a
= returns_nonnull()))
14 if (b
|| (b
= returns_nonnull())) {
21 * check-name: Compound Conditions
22 * check-command: smatch sm_compound_condition.c
25 sm_compound_condition.c:18 func() error: we previously assumed 'b' could be null (see line 14)