blob: 5e8e2b0ad92b2fae80eb9c62d2c20d25707badd3 [file] [log] [blame]
#include <math.h>
#include <stdio.h>
int _MINGW_INSTALL_DEBUG_MATHERR = 1;
int main()
{
printf ("sqrt(-1)=%g\n", sqrt (-1.0));
return 0;
}