]> andersk Git - splint.git/blame - test/charlit.c
Fixed processing of multi-dimensional arrays.
[splint.git] / test / charlit.c
CommitLineData
885824d3 1int f (void)
2{
3 int x = 'a';
4 double z = 3;
5
6 x = x + 'c' + 2 + z;
7
8 return 'a';
9}
10
11short s[] = { 0, -1 } ;
12unsigned u = -3;
This page took 0.181865 seconds and 5 git commands to generate.