blob: e86684bd013072d886ce6828279dca5a0acb8eb8 [file] [log] [blame]
This test checks that n % 0 doesn't crash with a floating-point exception.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 2 % 0 is NaN
PASS n % 0 is NaN
PASS f() is NaN
PASS g() is NaN
PASS successfullyParsed is true
TEST COMPLETE