Sign in
kernel
/
pub
/
scm
/
devel
/
sparse
/
sparse-dev
/
refs/heads/fix-zephyr
/
.
/
validation
/
attr-visible.c
blob: ce35e4e53ac88e832b42a7f7b1b43a3c1525d696 [
file
] [
log
] [
blame
]
#define
__visible __attribute__
((
externally_visible
))
__visible
void
foo
(
void
)
{
}
int
flag __visible
;
/*
* check-name: attr-visible
* check-command: sparse -Wdecl $file
*/