]> andersk Git - splint.git/blame - test/info.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[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.056756 seconds and 5 git commands to generate.