LLONG_MIN
num > 0 ? LLONG_MAX : LLONG_MIN);
if (errno == ERANGE && (r == LLONG_MAX || r == LLONG_MIN))
#define __INT_MIN LLONG_MIN
TEMPLATE(longlong, long long, LLONG_MIN, LLONG_MAX)
else if (errno == ERANGE && (tmp == LLONG_MAX || tmp == LLONG_MIN))
if (errno == ERANGE && (l == LLONG_MAX || l == LLONG_MIN)) {
#define __INT_MIN LLONG_MIN
# define IINNTT_MIN LLONG_MIN
# elif MKTIME_FITS_IN(LLONG_MIN, LLONG_MAX)
# define TIME_T_MIN LLONG_MIN
int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
# ifndef LLONG_MIN
# define INT_FAST64_MIN LLONG_MIN
# define INTMAX_MIN LLONG_MIN
#define DTYPE_MIN LLONG_MIN
#define DTYPE_MIN LLONG_MIN
#define DTYPE_MIN LLONG_MIN
(change < 0 && LLONG_MIN - change > now)) {
# define LLTMIN LLONG_MIN
start == LLONG_MIN))
#define QUAD_MIN LLONG_MIN /* min signed quad */
{ "signed long long", LLONG_MIN, LLONG_MAX },
prop_number_t n_llong_min = prop_number_create_signed(LLONG_MIN);
val.v_llong == LLONG_MIN);
ATF_REQUIRE(prop_dictionary_set_longlong(dict, "longlong", LLONG_MIN));
ATF_REQUIRE(val.v_llong == LLONG_MIN);
#ifndef LLONG_MIN
max = LLONG_MAX; min = LLONG_MIN; break;