Don't try calling lsl when file is missing.
[splint-patched.git] / test / sizeof.expect
blob1d944e93ba483e44b63a1a6f77936a8288daba3a
2 sizeof.c: (in function main)
3 sizeof.c:6:3: Possible out-of-bounds store:
4     Unable to resolve constraint:
5     requires 2 >= 3
6      needed to satisfy precondition:
7     requires maxSet(x @ sizeof.c:6:3) >= 3
9 Finished checking --- 1 code warning, as expected