]> andersk Git - splint.git/blob - test/csyntax13.c
Pushed back constraintResolve.c to the previous 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.410726 seconds and 5 git commands to generate.