test-location-debugger-link-logpoint-2.js (208B)
1 /* Any copyright is dedicated to the Public Domain. 2 * http://creativecommons.org/publicdomain/zero/1.0/ */ 3 4 "use strict"; 5 6 function subtract() { 7 const c = 1; 8 const d = 2; 9 10 return c - d; 11 } 12 13 subtract();