]> andersk Git - splint.git/blame - test/csyntax13.c
Fixed manual csvoverwrite.
[splint.git] / test / csyntax13.c
CommitLineData
885824d3 1/*@-varuse*/
2typedef int isr_t;
3typedef int isrs;
4
5int f()
6{
7 isr_t isrs;
8 {
9 isr_t isrs[3];
10 }
11 return 3;
12}
This page took 0.316724 seconds and 5 git commands to generate.