helper: add get_last_statement_from_expression_stmt() [build fix]
[smatch.git] / validation / declaration-after-statement-default.c
blobc3fe2cd2112f1719c9e7234f717f65535f09991d
1 static void func (int i)
3 i;
4 int j = i;
6 /*
7 * check-name: declaration after statement (default)
8 * check-command: sparse $file
9 */