]> andersk Git - splint.git/blame - test/csyntax13.c
Added linux builtin type in inet.h to unix library.
[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.060262 seconds and 5 git commands to generate.