summaryrefslogtreecommitdiff
path: root/browser/devtools/profiler/test/mock_profiler_bug_834878_script.js
blob: 0ef5f3772c0add74e0ba6939ae4ec100058e7868 (plain)
1
2
3
4
5
6
7
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

function main() {
  console.log("Hello, World!");
  return 0;
}