extra: small fix for when the database is disabled but we have inline info
[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 */