| 36 | struct Test {}; |
| 37 | |
| 38 | int main() { |
| 39 | |
| 40 | |
| 41 | C<Test, Test> te; |
| 42 | |
| 43 | testType<int> type; |
| 44 | |
| 45 | testDecl<foo> a{}; |
| 46 | testDecl<nullptr> b{}; |
| 47 | |
| 48 | testIntegral<2> integral; |
| 49 | |
| 50 | testExpr<2*2, 1> expr; |
| 51 | |
| 52 | testPack<0, 1, 2, 4> pack; |
| 53 | } |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected