22 a
= returns_nonnull();
25 b
= returns_nonnull();
28 c
= returns_nonnull();
31 d
= returns_nonnull();
50 * check-name: Smatch switch handling
51 * check-command: smatch sm_switch.c
55 sm_switch.c +38 func(25) error: potential null derefence 'a'.
56 sm_switch.c +39 func(26) error: potential null derefence 'b'.