| 6 | extern unsigned count; |
| 7 | |
| 8 | int main() |
| 9 | { |
| 10 | print_this("It is our choices that show what we truly are, "); |
| 11 | print_that("far more than our abilities."); |
| 12 | // -- Albus Dumbledore |
| 13 | |
| 14 | std::cout << "\n(print() was called " << count << " times)"; |
| 15 | } |
nothing calls this directly
no test coverage detected