]> andersk Git - splint.git/blob - test/test.c
Added html version of manual. (This is the 7 Jan 2002 version.)
[splint.git] / test / test.c
1 int main (void) {
2   int  *ip;
3   *ip = 3;           /* 5. possible null deref */
4 }
This page took 1.522975 seconds and 5 git commands to generate.