#include "run_time.hpp" double f1(); int main() { std::cout << f1() << std::endl; Crun_time _("main()"); return 0; }