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
sval: update check_snprintf.c
[smatch.git]
/
validation
/
label-attr.c
blob
a82d7bc98b39e2739a0b18c6294b230cde91a98a
1
static int
foo
(
void
)
2
{
3
return
0
;
4
rtattr_failure
:
__attribute__
((
unused
))
5
return
-
1
;
6
}
7
/*
8
* check-name: Label attribute
9
*/