param_cleared: handle direct assignments
[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 */