blob: da849bbad0af93fb9ec1560387bfcd791f87ce17 [file] [log] [blame]
f ()
{
unsigned char b[2];
float f;
b[0] = (unsigned char) f / 256;
return 0;
}