1 #include "check_debug.h"
3 int load_sig(unsigned long sig
)
5 return sig
< 4 ? 0 : -12;
15 __smatch_implied(ret
);
23 * check-name: smatch select #5
24 * check-command: smatch -I.. sm_select5.c
27 sm_select5.c:15 test() implied: ret = '(-12)'
28 sm_select5.c:16 test() implied: a = 's32min-s32max'
29 sm_select5.c:18 test() implied: a = '0-3'