Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
attr-noclone.c
blob: 0a9cf70a1487c60b233a994f2af8d16cf7660326 [
file
] [
log
] [
blame
]
#define
noclone __attribute__
((
__noclone__
))
static
void
noclone bar
(
void
)
{
}
/*
* check-name: attribute noclone
*/