blob: 20434644be676f4df1c815a190f229ae6c6474dd [file] [log] [blame]
short int a;
int main (void)
{
a = 65535.0;
return 0;
}