/Users/hww3/pike/src/modules/sprintf/testsuite.in:141: Test 108 (shift 0) failed. 1: mixed a() { return lower_case(sprintf("%f",Math.nan)[..2]); } 2: mixed b() { return "nan"; } 3:
o->a(): "0.0" o->b(): "nan"
Should we interpret this like clang not supporting the nan() function, part of the C standard?