// bad1.cpp #include #include using namespace std; #include "Function.h" int main() { Function* gauss = Function("Gauss"); return 0; }