Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / returned.expect
blobcca35fe4919436f9c0e2afef73ae9fda5e54ff41
2 returned.c: (in function f)
3 returned.c:6:4: Dereference of possibly null pointer s: *s
4    returned.c:5:13: Storage s may become null
6 Finished checking --- 1 code warning, as expected