summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/non-existant-map.js
blob: 20b5bbf7ecfdb83d4221a7b891aad4dfe7a3b735 (plain)
1
2
3
4
5
6
7
8
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */
function runCode(){
  var a=1;
  a=a*2;
  return a;
}
//# sourceMappingURL=bogus.map