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

5 lines
72 B
V

import example2
fn test_condition() {
println(example2.condition())
}