Add test for bug 504516.

This commit is contained in:
Andreas Gal 2009-09-11 15:59:04 -07:00
parent 1f562c224a
commit 2b967c4b02

View File

@ -0,0 +1,6 @@
for (d in [0, 0]) {
const a = (d -= (++d).toString())
for each(b in [Number(1) << d, 0, 0xC]) {
b / a
}
}