aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/950816-1.c
blob: da849bbad0af93fb9ec1560387bfcd791f87ce17 (plain)
1
2
3
4
5
6
7
f ()
{
  unsigned char b[2];
  float f;
  b[0] = (unsigned char) f / 256;
  return 0;
}