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
slist: fix "stack not empty" errors
[smatch.git]
/
validation
/
local-label.c
blob
951b0856182b41ae59ad291dd8bd884ac84664ee
1
void
f
(
unsigned long
ip
);
2
static void
g
(
void
)
3
{
4
if
(
1
) {
5
f
(({
__label__ x
;
x
: (
unsigned long
)&&
x
; }));
6
}
7
f
(({
__label__ x
;
x
: (
unsigned long
)&&
x
; }));
8
}
9
/*
10
* check-name: Local label
11
*/