]> andersk Git - splint.git/blob - test/test.c
Fixed manual csvoverwrite.
[splint.git] / test / test.c
1 int main (void) {
2   int  *ip;
3   *ip = 3;           /* 5. possible null deref */
4 }
This page took 0.123063 seconds and 5 git commands to generate.