Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
kill-computedgoto.c
blob: 3b3ed8ff26cf622de154ea1f1055b76cf4077847 [
file
] [
log
] [
blame
]
void
foo
(
int
a
);
void
foo
(
int
a
)
{
void
*
l
=
&&
end
+
3
;
end
:
if
(
a
*
0
)
goto
*
l
;
}
/*
* check-name: kill-computedgoto
* check-command: test-linearize $file
*
* check-output-ignore
* check-output-excludes: add\\.
*/