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
/
info.c
blob
c12f023349520eaa3c5537d79157892e5d290c47
1
static void
huppy_bug
(
void
)
2
{
3
i
=
1
;
/*Unrecognized identifier: i*/
4
}
5
6
#info
"LcLint ignores all code that follows this line!"
7
8
void
unhuppy_bug
()
9
{
10
i
=
"Asdf"
;
11
}