blob: 82dd16d6be2c0ed228330c5b6cf0bde5fac007d7 [file] [log] [blame]
short
func(void)
{
unsigned char x, y;
return y | x << 8;
}