v / cmd / tools / vcover / testdata / example2 / condition_test.v
5 lines · 4 sloc · 72 bytes · 80397e679e495f5e5aeb3868d1260780d90d8aec
Raw
1import example2
2
3fn test_condition() {
4 println(example2.condition())
5}
6