Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
palmer
/
sparse
/
f0e6938bffe0e21cde6e60ff63ed8877d4d04e26
/
.
/
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
*/