repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
UNUSED
/
globals2.c
blob
7d9448c77ed8f2b07f7f2417ab99f0c2a3e5f7a1
1
extern
int
glob1
;
2
3
int
f
(
void
)
/*@globals glob1@*/
4
{
5
return
glob1
;
6
}
7
8
int
g
(
void
)
/*@globals glob2@*/
/*@globals glob1@*/
9
{
10
return
f
();
11
}