2 #include "check_debug.h"
11 static void frob_int1(int val
)
13 __smatch_implied(val
);
16 static void frob_int2(int val
)
18 __smatch_implied(val
);
21 static struct foo one_struct
= {
26 static struct foo two_struct
= {
31 struct foo
*unknown(void);
45 * check-name: smatch mtag #4
46 * check-command: validation/smatch_db_test.sh -I.. sm_mtag4.c
49 sm_mtag4.c:13 frob_int1() implied: val = '41'
50 sm_mtag4.c:18 frob_int2() implied: val = '42'