MULTIPLY          215 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, INT_MAX, INT_MAX, int, true, 1);
MULTIPLY          216 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, INT_MAX, INT_MIN, int, true, INT_MIN);
MULTIPLY          217 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, INT_MIN, INT_MAX, int, true, INT_MIN);
MULTIPLY          218 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, INT_MIN, INT_MIN, int, true, 0);
MULTIPLY          219 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, -1, INT_MIN, int,
MULTIPLY          222 maint/gnulib/tests/test-intprops.c   CHECK_SBINOP (*, MULTIPLY, LONG_MIN / INT_MAX, (long int) INT_MAX,