]> andersk Git - splint.git/blob - test/tests2.5/ull.c~
7f4295fd875de1bb1eaf1b091fb33c2288d659ff
[splint.git] / test / tests2.5 / ull.c~
1 typedef unsigned long long pan_unit64_t;
2
3 void f () 
4 {
5   unsigned long long put = 0xFFFFFULL;
6   pan_unit64_t pt = 0xFFFFFFFFFFFFFULL;
7   pt++;
8 }
This page took 0.405562 seconds and 3 git commands to generate.