master
1/* For UCRT, positive infinity */
2#include <_mingw.h>
3#undef _HUGE
4static double _HUGE = __builtin_huge_val();
5double * __MINGW_IMP_SYMBOL(_HUGE) = &_HUGE;
6#undef HUGE
7extern double * __attribute__ ((alias (__MINGW64_STRINGIFY(__MINGW_IMP_SYMBOL(_HUGE))))) __MINGW_IMP_SYMBOL(HUGE);