mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 09:48:38 +02:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
function test_code_coverage_func2() {
|
|
return 22;
|
|
}
|
|
|
|
test_code_coverage_func2();
|