]> andersk Git - splint.git/blame - test/nullassign.expect
noexpand always false.
[splint.git] / test / nullassign.expect
CommitLineData
e5081f8c 1
2nullassign.c:1:10: Global a initialized to null value: int * a = 0 = 0
3nullassign.c:5:24: Global c initialized to null value: int * c = 0 = 0
4
5Finished checking --- 2 code warnings, as expected
6
7nullassign.c:5:24: Global c initialized to null value: int * c = 0 = 0
8
9Finished checking --- 1 code warning, as expected
This page took 0.188512 seconds and 5 git commands to generate.