#include <math.h>
#ifndef HUGE_VAL
#error "HUGE_VAL is not defined"
#endif
int main(void) { return 0; }
