param_cleared: handle direct assignments
[smatch.git] / validation / backend / loop2.c
blob279af21460c3ad48354dd5c9054b8a203c642422
1 extern int op(void);
3 static void test(void)
5 int i;
6 for (i = 0; ; i++) {
7 op();
12 * check-name: Loops with unused counter
13 * check-command: ./sparsec -c $file -o tmp.o