summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/coverage/bug1274048.js
blob: 526a2c91423c33531260ad731a30648c27ccf97b (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| --code-coverage

function h() {
    return 1;
}
function g() {
    switch (h()) {}
}
g();
getLcovInfo();