]> andersk Git - splint.git/blame - test/tests2.4/hexconstants.c
Fixed problem with comman line redefinitions (no filename).
[splint.git] / test / tests2.4 / hexconstants.c
CommitLineData
885824d3 1int f (void) {
2 unsigned int m1 = 0xFF;
3 unsigned int m2 = 0142;
4
5 return m1 + m2;
6}
This page took 0.061872 seconds and 5 git commands to generate.