1namespace N { 2 // Comment text 3} 4 5namespace N { 6 function f() { 7 console.log('testing'); 8 } 9 10 f(); 11} 12