1 2 3 4 5 6 7 8 9 10
// |jit-test| --code-coverage function h() { return 1; } function g() { switch (h()) {} } g(); getLcovInfo();