2 divcmp-5.c from the execute part of the gcc torture tests.
7 /* PR middle-end/26561 */
9 int always_one_1 (int a
)
11 if (a
/100 >= -999999999)
17 int always_one_2 (int a
)
19 if (a
/100 < -999999999)
26 testTortureExecute (void)
28 if (always_one_1 (0) != 1)
31 if (always_one_2 (0) != 1)