| 33 | |
| 34 | fv<1> test1(fv<1> a) { return a; } |
| 35 | fv<2> test2(fv<2> a) { return a; } |
| 36 | fv<4> test4(fv<4> a) { return a; } |
| 37 | fv<8> test8(fv<8> a) { return a; } |
| 38 | fv<Max> testMax(fv<Max> a) { return a; } |
nothing calls this directly
no outgoing calls
no test coverage detected