summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/coverage/bug1274048.js
blob: 891f03b15cce16293a03881b66cc6afd0012bd00 (plain)
1
2
3
4
5
6
7
8
function h() {
    return 1;
}
function g() {
    switch (h()) {}
}
g();
getLcovInfo();