980701-1.c   [plain text]



short
func(void)
{
	unsigned char x, y;

	return  y | x << 8;
}