gecko-dev/dom/base/test/file_js_cache.js

6 lines
69 B
JavaScript

function baz() {}
function bar() {}
function foo() { bar() }
foo();