1 #include "check_debug.h"
4 static int options_write(void)
9 __smatch_compare(a
, b
);
13 __smatch_compare(g
, e
);
17 * check-name: smatch compare #7
18 * check-command: smatch -I.. sm_compare7.c
21 sm_compare7.c:9 options_write() a > b
22 sm_compare7.c:13 options_write() g < e