]> andersk Git - splint.git/blob - test/sizeoftest.expect
8bbef3c0ceca077f97994a1d451d9c0c97774ece
[splint.git] / test / sizeoftest.expect
1
2 sizeof.c: (in function main)
3 sizeof.c:6:2: Likely out-of-bounds store:
4     x[(sizeof(x))]
5     Unable to resolve constraint:
6     requires 2 >= 3
7      needed to satisfy precondition:
8     requires maxSet(x @ sizeof.c:6:2) >= 3
9
10 Finished checking --- 1 code warning, as expected
This page took 0.030529 seconds and 3 git commands to generate.