August 07, 2003
The following code compiled with dmc v8.34.12 return 0:

#include <stdio.h>
#include <math.h>

int main(){
printf("%Lg\n", nanl(0));
return 0;
}

Steve