summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr61136.c
blob: 4fc908a25c96e602f030fe1c776f13ce2d7f34c9 (plain)
1
2
3
4
5
unsigned long long
foo (int a)
{
  return a * 7 & 1ULL << 63;
}