class foo { public: foo() { } }; int main(int argc, char **argv) { foo obj; return 0; }