blob: 4fc908a25c96e602f030fe1c776f13ce2d7f34c9 [file] [log] [blame]
unsigned long long
foo (int a)
{
return a * 7 & 1ULL << 63;
}