blob: 395dcc143e29208acba49ed76da9d64ccc82b89a [file] [log] [blame]
static int foo(int a)
{
switch (a)
case 3:
return 4;
}
/*
* check-name: missing-return2
* check-command: sparse -vir -flinearize=last $file
*/