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
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
attr-visible2.c
blob
989181692107cc9d9b27ad82dc98935dc5cc4a01
1
#define __visible __attribute__((externally_visible))
2
3
int
flag __visible
;
4
int
arr
[
2
]
__visible
;
5
6
/*
7
* check-name: attr-visible-after
8
* check-command: sparse -Wdecl $file
9
*/