]> andersk Git - splint.git/blame - test/inparam.expect
noexpand always false.
[splint.git] / test / inparam.expect
CommitLineData
885824d3 1
2inparam.c: (in function f)
3inparam.c:8:16: Passed storage x not completely defined (*x is undefined):
4 unknown (x)
5inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
6 inparam (x)
7
11db3170 8Finished checking --- 2 code warnings, as expected
885824d3 9
10inparam.c: (in function f)
11inparam.c:12:16: Passed storage x not completely defined (*x is undefined):
12 inparam (x)
13
11db3170 14Finished checking --- 1 code warning, as expected
This page took 0.071242 seconds and 5 git commands to generate.