1 static int ok(int *a
, int *b
)
10 static int ko(struct s
*a
, struct s
*b
)
16 * check-name: ptr-sub-blows
17 * check-command: sparse -Wptr-subtraction-blows $file
20 ptr-sub-blows.c:12:18: warning: potentially expensive pointer subtraction
21 ptr-sub-blows.c:12:18: 'struct s' has a non-power-of-2 size: 12