rt_gccstream/gcc/testsuite/gcc.c-torture/compile/980701-1.c

10 lines
66 B
C

short
func(void)
{
unsigned char x, y;
return y | x << 8;
}