Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / for.expect
blobe1054c930a01625f5ea5771f78495089d90a3e89
2 for.c: (in function f)
3 for.c:13:5: Possible out-of-bounds store: t[i]
4     Unable to resolve constraint:
5     requires i @ for.c:13:7 <= 10
6      needed to satisfy precondition:
7     requires maxSet(t @ for.c:13:5) >= i @ for.c:13:7
9 Finished checking --- 1 code warning, as expected