April 04, 2004
test.c:
#include <complex.h>
#include <math.h>

int main(void){
 long double complex a = csqrtl(-2.0l) + I * atanl(1.0l);
 return 0;
}

dmc test.c
Internal error: cg87 279
--- errorlevel 1

DMC v8.4