gecko/browser/devtools/debugger/test/code_test-editor-mode

7 lines
147 B
Plaintext

/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
function secondCall() {
debugger;
}