blob: 1ca9595ab7bf7dcc89a7b4efe81a512795feb9c4 [file] [log] [blame]
/* For UCRT, positive infinity */
#include <_mingw.h>
#undef _HUGE
static double _HUGE = __builtin_huge_val();
double * __MINGW_IMP_SYMBOL(_HUGE) = &_HUGE;