Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
linear
/
goto-invalid.c
blob: 860b32a41ef9640e2bfde9f1aaa5ba188def994d [
file
] [
log
] [
blame
]
static
void
foo
(
void
)
{
goto
return
;
}
void
bar
(
void
)
{
goto
neverland
;
}
/*
* check-name: goto-invalid
* check-command: test-linearize -Wno-decl $file
*
* check-error-ignore
* check-output-ignore
* check-output-excludes: END
*/