]> andersk Git - splint.git/blob - test/info.c
Remove unused cpplib_createDefinition.
[splint.git] / test / info.c
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 }
This page took 0.04772 seconds and 5 git commands to generate.