discard""" file: "tfloat2.nim" outputsub: "Error: unhandled exception: FPU operation caused a NaN result [EFloatInvalidOp]""""# Test new floating point exceptions{.floatChecks:on.}varx=0.0vary=0.0echox/y#OUT Error: unhandled exception: FPU operation caused a NaN result [EFloatInvalidOp]