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