quickjs-done/tests/bug775.js

8 lines
113 B
JavaScript
Raw Normal View History

2025-01-06 20:48:15 +00:00
/*---
negative:
phase: runtime
type: RangeError
---*/
function f() { f() } // was problematic under ASan
f()