Avoid undefined behaviour in build_option_suggestions
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 980701-1.c
blob82dd16d6be2c0ed228330c5b6cf0bde5fac007d7
2 short
3 func(void)
5 unsigned char x, y;
7 return y | x << 8;