2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920603-1.c
blobbd27ca6196e9900e476ba96a4b466dc8f786c664
1 f(got){if(got!=0xffff)abort();}
2 main(){signed char c=-1;unsigned u=(unsigned short)c;f(u);exit(0);}