]> andersk Git - splint.git/blame - test/info.c
Fixed manual csvoverwrite.
[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.760881 seconds and 5 git commands to generate.