blob: 886f9713f9424478bceed36e9b3a172da2ae7192 [file] [log] [blame]
static void func (int i)
{
i;
int j = i;
}
/*
* check-name: declaration after statement (C89)
* check-command: sparse -std=c89 $file
* check-error-start
declaration-after-statement-c89.c:4:9: warning: mixing declarations and code
* check-error-end
*/