]> andersk Git - splint.git/blob - test/moreBufferTests/unrecogCall.c
Fixed manual csvoverwrite.
[splint.git] / test / moreBufferTests / unrecogCall.c
1 void foo ()
2
3 {
4   char *d;
5
6   d = "df";
7
8   bar(d);
9 }
This page took 0.054381 seconds and 5 git commands to generate.