source-03.js (78B)
1 /* eslint-disable */ 2 3 function init() { 4 var a = foo(); 5 } 6 7 function foo() {}