4 static inline int swt(int i
)
14 static int switch_ok(void) { return swt(1); }
15 static int switch_ko(void) { return swt(2); }
18 static inline int cbr(int i
, int p
)
26 static int branch_ok(int x
) { return cbr(1, x
!= x
); }
27 static int branch_ko(int x
) { return cbr(2, x
!= x
); }
30 * check-name: bad-check-access0