summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/code_inline_original.js
blob: c1b0b033cda742289287d6ae4c57ce1a937e6d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/ */

// Original source code for the inline source map test.
// The generated file was made with
//    webpack --devtool inline-source-map code_inline_original.js code_inline_bundle.js

"use strict";

function f() {
  console.log("I'm a goldfish with a merry face");
}

f();