summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1233179.js
blob: 80e742b319ed39ca4963027ff81ddaf35b5c1495 (plain)
1
2
3
4
5
6
7
8
// |jit-test| --code-coverage

let c = parseModule(`
  function a(x) { return x; }
  function b(x) { return i<40; }
  function d(x) { return x + 3; }
`);
getLcovInfo();