]> andersk Git - splint.git/blob - test/tests2.4/hexconstants.c
Fixed loading of rc files, warnrc and showscan.
[splint.git] / test / tests2.4 / hexconstants.c
1 int f (void) {
2   unsigned int m1 = 0xFF;
3   unsigned int m2 = 0142;
4
5   return m1 + m2;
6 }
This page took 0.075885 seconds and 5 git commands to generate.