]> andersk Git - splint.git/blob - test/moreBufferTests2/def.c
Fixed pre-processing bug reported by Adam Clarke. Moved marking point
[splint.git] / test / moreBufferTests2 / def.c
1 #define SIZE 10
2
3 static void foo()
4 {
5   char str[SIZE];
6
7   str[SIZE -1 ] = 'd';
8
9   str[SIZE] = 'd';
10 }
This page took 0.085808 seconds and 5 git commands to generate.