8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
/*---
|
||
|
negative:
|
||
|
phase: runtime
|
||
|
type: RangeError
|
||
|
---*/
|
||
|
function f() { f() } // was problematic under ASan
|
||
|
f()
|