Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
validation
/
function-attribute-inner.c
blob: 3a8a8407f10c3335f106d34688267da284540c40 [
file
] [
log
] [
blame
]
#define
__noreturn __attribute__
((
__noreturn__
))
void
__noreturn fun
(
void
);
_Static_assert
([
void
(
__noreturn
*)(
void
)]
==
[
typeof
(&
fun
)],
""
);
/*
* check-name: function-attribute-inner
*/