v / cmd / tools / vcover / testdata / example1 / internal_abc20_abc25_test.v
10 lines · 9 sloc · 89 bytes · 80397e679e495f5e5aeb3868d1260780d90d8aec
Raw
1module example1
2
3fn test_abc() {
4 abc20()
5 abc21()
6 abc22()
7 abc23()
8 abc24()
9 abc25()
10}
11