]> andersk Git - splint.git/blame - test/moreBufferTests2/fixedArrayType.c
Temporarily set flags to splintme without warnings.
[splint.git] / test / moreBufferTests2 / fixedArrayType.c
CommitLineData
e7af8598 1#include <stdio.h>
2
3typedef int Array[10];
4
5int fixedArrayTouch()
6{
7 Array buffer;
8
46edc85c 9 buffer[ sizeof(Array)-1] = 1;
e7af8598 10
11 return 0;
12}
This page took 0.070112 seconds and 5 git commands to generate.