aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/960319-1.c
blob: f3d95ab6e8e1357bfbd76504c7cdf4e1eaf69f0e (plain)
1
2
3
4
5
6
7
8
9
10
static void
f()
{
  long long a[2];
  int i;
  if (g())
    if (h())
      ;
  *a |= (long long)i << 65 ;
}