]> andersk Git - splint.git/blame - test/moreBufferTests2/def.c
noexpand always false.
[splint.git] / test / moreBufferTests2 / def.c
CommitLineData
5ca29538 1#define SIZE 10
2
3static void foo()
4{
5 char str[SIZE];
6
7 str[SIZE -1 ] = 'd';
8
9 str[SIZE] = 'd';
10}
This page took 0.056187 seconds and 5 git commands to generate.