2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010209-1.c
blob20434644be676f4df1c815a190f229ae6c6474dd
1 short int a;
3 int main (void)
5 a = 65535.0;
6 return 0;