1 #include "check_debug.h"
5 int test(struct bar
*bar
)
7 int a
= 10, b
= 10, c
= 10, d
= 10, e
= 10;
37 * check-name: smatch loops #6
38 * check-command: smatch -I.. sm_loops6.c
41 sm_loops6.c:10 test() implied: a = '0-9'
42 sm_loops6.c:11 test() implied: a = '(-1)'
43 sm_loops6.c:14 test() implied: b = '1-9'
44 sm_loops6.c:15 test() implied: b = '0'
45 sm_loops6.c:18 test() implied: c = '0-9'
46 sm_loops6.c:19 test() implied: c = '(-1)'
47 sm_loops6.c:22 test() implied: d = '(-1)-9'
48 sm_loops6.c:23 test() implied: d = '(-2)'
49 sm_loops6.c:28 test() implied: e = '(-1)-9'
50 sm_loops6.c:30 test() implied: e = '(-2)-9'