implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / sm_val_parse1.c
blobf1c1fcd56bc7e814ac96d140e14bc8a4c3cd50e3
1 #include "check_debug.h"
3 int main(int x)
5 x = __smatch_type_rl(int, "s32min-s32max[$2 + 4]", 5);
6 __smatch_implied(x);
8 return 0;
11 * check-name: smatch parse value
12 * check-command: smatch -I.. sm_val_parse1.c
14 * check-output-start
15 sm_val_parse1.c:6 main() implied: x = '9'
16 * check-output-end