]> andersk Git - splint.git/blob - test/tests2.5/literals.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.5 / literals.c
1 void test ()
2 {
3   char a;
4   unsigned int b;
5
6   a = 15;
7   b = 39;
8   a = b;
9 }
This page took 0.03736 seconds and 5 git commands to generate.