Some consistency changes to library & headers flags.
[splint-patched.git] / test / tests2.5 / literals.c
blob5afdd94bef9853f754514e8bf7a1b458bcb1b7b4
1 void test ()
3 char a;
4 unsigned int b;
6 a = 15;
7 b = 39;
8 a = b;