/* ** This test provided by Jim Zelenka */ typedef unsigned long pan_uint32_t; typedef long long pan_int64_t; typedef unsigned long long pan_uint64_t; struct t_s { pan_uint32_t w; pan_uint32_t x; }; int main (/*@unused@*/ int argc, /*@unused@*/ char **argv) { unsigned char c, *src, _src[6]; pan_uint32_t d, ui32; pan_uint64_t e; struct t_s st2; int i; c = 0x01; /* Error without +charintliteral or +charint */ st2.w = 1; st2.x = 2; for(i=0;i