1 #include "check_debug.h"
19 __smatch_implied(foo
.bar
.b
);
20 __smatch_implied(foo
.bar
.c
);
21 __smatch_implied(foo
.x
);
22 __smatch_implied(foo
.y
);
28 * check-name: smatch: nested initializer
29 * check-command: smatch -I.. sm_initializer.c
32 sm_initializer.c:19 test() implied: foo.bar.b = '43'
33 sm_initializer.c:20 test() implied: foo.bar.c = '0'
34 sm_initializer.c:21 test() implied: foo.x = '(-1)'
35 sm_initializer.c:22 test() implied: foo.y = '0'