]> andersk Git - splint.git/blame_incremental - test/csyntax17.c
Changed 3.0.1.6 to 3.0.1.7 for /doc
[splint.git] / test / csyntax17.c
... / ...
CommitLineData
1typedef char SBYTE;
2typedef SBYTE EID_UNIT_NUM;
3
4struct qry_rsp
5{
6 int rsp[(EID_UNIT_NUM)16];
7};
8
9int f (void)
10{
11 int x = (EID_UNIT_NUM) 3;
12}
13
This page took 0.051543 seconds and 5 git commands to generate.