]> andersk Git - splint.git/blob - test/sizeoftest.expect
In response to [ 689702 ] Missing C99 __func__ predefined identifier
[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.187517 seconds and 5 git commands to generate.