blob: c3fe2cd2112f1719c9e7234f717f65535f09991d [file] [log] [blame]
static void func (int i)
{
i;
int j = i;
}
/*
* check-name: declaration after statement (default)
* check-command: sparse $file
*/