]> andersk Git - splint.git/blame - test/nullassign.c
Fixed bug causing Splint is suggest using the +ignoresigns flag even if it was alread...
[splint.git] / test / nullassign.c
CommitLineData
80ee600a 1int *a = 0;
2
3/*@null@*/ int* b = 0;
4
5/*@notnull@*/ int *c = 0;
This page took 0.343356 seconds and 5 git commands to generate.