mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-19 07:15:36 -04:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
function test_code_coverage_func2() {
|
|
return 22;
|
|
}
|
|
|
|
test_code_coverage_func2();
|