fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main(void)
  5. {
  6. if (fabs(-INFINITY) == INFINITY)
  7. printf("ok");
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 1788KB
stdin
Standard input is empty
stdout
ok