// ====================================================================== // // testPretend.cc - test pretendToUse function // // History: // 16-Nov-2001 WEB Initial version // // ====================================================================== #include "ZMtools/pretendToUse.h" int main() { int x; pretendToUse( x ); return 0; } // main()