return (expr, expr)
if (failure) { errno = EINVAL; return -1; }
if (failure) return (errno = EINVAL, -1);
min(1, 2, out); return out;