aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr61010.c
blob: ed5653982cbbb8dbc084a646b72c71aa41359e02 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

int main (void)
{
  int a = 0;
  unsigned b = (a * 64 & 192) | 63U;
  return 0;
}