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