Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
31dc25301b584f8d938629f9a68c5db83ec6241b
/
.
/
validation
/
label-scope.c
blob: 7af3d916c347ca78db02482ba97c7caae2ea3e5b [
file
] [
log
] [
blame
]
static
int
f
(
int
n
)
{
__label__ n
;
n
:
return
n
;
}
static
int
g
(
int
n
)
{
n
:
return
n
;
}
/*
* check-name: __label__ scope
*/