// file tmain1.C // test the thing class // #include #include "thing1.h" void foo1(thing P) { cout << "foo1 does nothing interesting\n"; } thing& foo2(thing F) { cout << "in foo2" << endl; thing * zot; zot = new thing(F); cout << "leaving foo2"<