]> andersk Git - splint.git/blob - test/csyntax13.c
Added html version of manual. (This is the 7 Jan 2002 version.)
[splint.git] / test / csyntax13.c
1 /*@-varuse*/
2 typedef int isr_t;
3 typedef int isrs;
4
5 int f()
6 {
7   isr_t isrs;
8   {
9     isr_t isrs[3];
10   }
11   return 3;
12 }
This page took 0.065133 seconds and 5 git commands to generate.