blob: 095c67e6e26b3feb385aae93483a8c16b590f726 [file] [log] [blame]
function fails() {
foo()
}
function foo() {
foo();
}