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
unwind: ignore component_match_add_release() paths
[smatch.git]
/
validation
/
function-attribute-inner.c
blob
3a8a8407f10c3335f106d34688267da284540c40
1
#define __noreturn __attribute__((__noreturn__))
2
3
void
__noreturn
fun
(
void
);
4
5
_Static_assert
([
void
(
__noreturn
*)(
void
)] == [
typeof
(&
fun
)],
""
);
6
7
/*
8
* check-name: function-attribute-inner
9
*/