// file : pgsql/template/driver.cxx // author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE // #include // std::auto_ptr #include #include using namespace std; int main () { try { cout << "test 001" << endl; } catch (...) { return 1; } }