]> andersk Git - splint.git/blame_incremental - test/charlit.c
Hacking Makefile to print a warning when test suite to run under /usr
[splint.git] / test / charlit.c
... / ...
CommitLineData
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.03084 seconds and 5 git commands to generate.