3 #include "check_debug.h"
5 int cmp_x(int x
, int y
)
8 __smatch_compare(x
, y
);
12 __smatch_compare(x
, y
);
15 __smatch_compare(x
, y
);
20 * check-name: smatch compare #13
21 * check-command: smatch -I.. sm_compare13.c
24 sm_compare13.c:8 cmp_x() x < y
25 sm_compare13.c:12 cmp_x() x == y
26 sm_compare13.c:15 cmp_x() x > y