c: Implement C23 nullptr (N3042)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr97488.c
blobde7396cd4ecddc8edbe369c77c9fbd6ad5087027
1 // { dg-do compile { target int128 } }
2 // { dg-options "-O1 -ftree-vrp" }
4 __int128
5 ef (__int128 ms)
7 int dh = 129;
8 int *hj = &dh;
10 return ms << *hj ? ms : 0;