| 38 | |
| 39 | |
| 40 | int main() |
| 41 | { |
| 42 | Fun<A{2}>(); |
| 43 | Fun<A{3}>(); |
| 44 | |
| 45 | |
| 46 | auto a = varTmplTest<A{4}>; |
| 47 | auto b = varTmplTest<A{3}>; // existing A! |
| 48 | |
| 49 | |
| 50 | ClsTmplTest<true, A{5}> clstmpl{}; |
| 51 | |
| 52 | } |
nothing calls this directly
no outgoing calls
no test coverage detected