Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
optim
/
cse-label.c
blob: c3b552d3dec965af9dea79cdc17190836177adc0 [
file
] [
log
] [
blame
]
int
foo
(
void
)
{
label
:
return
&&
label
==
&&
label
;
}
/*
* check-name: cse-label
* check-command: test-linearize -Wno-decl $file
*
* check-output-ignore
* check-output-returns: 1
*/