repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user_data: move to the return_states API
[smatch.git]
/
validation
/
label-scope.c
blob
7af3d916c347ca78db02482ba97c7caae2ea3e5b
1
static int
f
(
int
n
)
2
{
3
__label__ n
;
4
n
:
return
n
;
5
}
6
static int
g
(
int
n
)
7
{
8
n
:
return
n
;
9
}
10
/*
11
* check-name: __label__ scope
12
*/