| 8 | |
| 9 | |
| 10 | int main() |
| 11 | { |
| 12 | typedef std::chrono::duration<double, std::ratio<60>> simple; |
| 13 | typedef std::chrono::duration<double, std::ratio<60*60*24*365>> withCalculation; // contains a calculation we will see the result |
| 14 | |
| 15 | Test<int>(); |
| 16 | } |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected