]> andersk Git - splint.git/blob - test/tests2.5/uconstants.c
Fixed stupid bug in constraintList causing a segfault.
[splint.git] / test / tests2.5 / uconstants.c
1 void f (void) {
2   unsigned int x0 = 0x9423U;
3   unsigned long int x1 = 0x9423UL;
4
5 }
This page took 0.039148 seconds and 5 git commands to generate.