blob: 6f7d1dd2e2419e8584da061904f43d4daaf58191 [file] [log] [blame]
description(
"Tests that Math.sin() on a constant works in the DFG."
);
function foo() { return Math.sin(0); }
dfgShouldBe(foo, "foo()", "0");