OSDN Git Service

2008-07-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 920603-1.c
1 f(got){if(got!=0xffff)abort();}
2 main(){signed char c=-1;unsigned u=(unsigned short)c;f(u);exit(0);}