3 #include "check_debug.h"
5 int cmp_x(int x
, int y
)
17 if (cmp_x(x
, 4) < 0) {
23 * check-name: smatch compare #14
24 * check-command: smatch -I.. sm_compare14.c
27 sm_compare14.c:18 test() implied: x = 's32min-3'
28 sm_compare14.c:20 test() implied: x = '4-s32max'