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
Add test-suite comment to bad-array-designated-initializer.c
[smatch.git]
/
validation
/
label-attr.c
blob
7992dc4a3e4908c4b385d525b80d713b084acef9
1
static int
foo
(
void
)
2
{
3
return
0
;
4
rtattr_failure
:
__attribute__
((
unused
))
5
return
-
1
;
6
}