1 #include "check_debug.h"
9 int c
= (buf
[0] << 8) | buf
[1];
17 * check-name: smatch math #2
18 * check-command: smatch -I.. sm_math2.c
21 sm_math2.c:11 test() implied: a = '0-255'
22 sm_math2.c:12 test() implied: b = '0,256-65280'
23 sm_math2.c:13 test() implied: c = '0-65535'