blob: de7396cd4ecddc8edbe369c77c9fbd6ad5087027 [file] [log] [blame]
// { dg-do compile { target int128 } }
// { dg-options "-O1 -ftree-vrp" }
__int128
ef (__int128 ms)
{
int dh = 129;
int *hj = &dh;
return ms << *hj ? ms : 0;
}