v/cmd/tools/vcover/testdata/example2/runtime_condition_test.v

5 lines
88 B
V

import example2
fn test_runtime_condition() {
println(example2.runtime_condition())
}