]> andersk Git - splint.git/blame - test/csyntax17.c
noexpand always false.
[splint.git] / test / csyntax17.c
CommitLineData
885824d3 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.061859 seconds and 5 git commands to generate.