2 20031020-1.c from the execute part of the gcc torture tests.
12 The Alpha backend tried to do a >= 1024 as (a - 1024) >= 0, which fails
13 for very large negative values. */
14 /* Origin: tg@swox.com */
26 testTortureExecute (void)
29 foo (LONG_MIN
+ 10000);