1 /* { dg-do compile } */
2 /* { dg-options { -std=c99 } } */
4 /* This used to fail with type-checking enabled because we stripped
5 the inner conversion to unsigned int. */
7 void __lock_get_list(void *dp
)
9 if (((__SIZE_TYPE__
)dp
+ 1) & ~1ULL)