2 pr28651.c from the execute part of the gcc torture tests.
16 return (int)(u
+ 4) < (int)u
;
20 testTortureExecute (void)
22 #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5 && __GNUC_MINOR__ < 1))
23 unsigned int u
= INT_MAX
;