]> andersk Git - splint.git/blob - test/tests2.5/ull.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.5 / ull.c
1 typedef unsigned long long pan_unit64_t;
2
3 void f () 
4 {
5   /*@unused@*/ unsigned long long put = 0xFFFFFULL;
6   /*@unused@*/ pan_unit64_t pt = 0xFFFFFFFFFFFFFULL;
7 }
This page took 0.039465 seconds and 5 git commands to generate.