Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
// 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();