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