Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/