]> andersk Git - splint.git/blob - test/csyntax17.c
Fixed some splintme errors from the previous code change.
[splint.git] / test / csyntax17.c
1 typedef char SBYTE;
2 typedef SBYTE EID_UNIT_NUM;
3
4 struct qry_rsp   
5 {
6   int rsp[(EID_UNIT_NUM)16];
7 };
8
9 int f (void)
10 {
11   int x = (EID_UNIT_NUM) 3;
12 }
13
This page took 0.127707 seconds and 5 git commands to generate.