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