the following js cause a segmentation fault in jerryscript. ``` function test(){ function f(){ var f = test(); h = f(); } return f; } let a = test(); c = a(); ```