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