]> andersk Git - splint.git/blame - test/info.c
Committing Evans's update of man page to fix problems reported by ESR.
[splint.git] / test / info.c
CommitLineData
4c9767b3 1static void huppy_bug(void)
2{
3 i = 1; /*Unrecognized identifier: i*/
4}
5
6#info "LcLint ignores all code that follows this line!"
7
8void unhuppy_bug()
9{
10 i = "Asdf";
11}
This page took 0.055337 seconds and 5 git commands to generate.