1 2 3 4 5 6
// Too many stack frames (max. of 100000) fn test() -> Int { return 1 + test(); } test();