rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20010209-1.c

8 lines
61 B
C

short int a;
int main (void)
{
a = 65535.0;
return 0;
}