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 --spammy sm_switch.c
55 sm_switch.c:38 func() warn: missing break? reassigning 'a->a'
56 sm_switch.c:38 func() error: potential NULL dereference 'a'.
57 sm_switch.c:39 func() error: potential NULL dereference 'b'.