Rebase.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr61136.c
blob4fc908a25c96e602f030fe1c776f13ce2d7f34c9
1 unsigned long long
2 foo (int a)
4 return a * 7 & 1ULL << 63;