]> andersk Git - splint.git/blob - test/for.expect
e75990d2de3f28b254fbf0c67db3df51efa56171
[splint.git] / test / for.expect
1
2 for.c: (in function f)
3 for.c:13:5: Possible out-of-bounds store:
4     t[i]
5     Unable to resolve constraint:
6     requires i @ for.c:13:7 <= 10
7      needed to satisfy precondition:
8     requires maxSet(t @ for.c:13:5) >= i @ for.c:13:7
9
10 Finished checking --- 1 code warning, as expected
This page took 0.02584 seconds and 3 git commands to generate.