]> andersk Git - splint.git/blob - test/charlit.c
noexpand always false.
[splint.git] / test / charlit.c
1 int f (void)
2 {
3   int x = 'a';
4   double z = 3;
5
6   x = x + 'c' + 2 + z;
7
8   return 'a';
9 }
10
11 short s[] = { 0, -1 } ;
12 unsigned u = -3;
This page took 0.192357 seconds and 5 git commands to generate.