helper: add get_last_statement_from_expression_stmt() [build fix]
[smatch.git] / validation / backend / loop2.c
blobd827b5d327bad2ffe9b385709f5f4a89292e9e80
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