main.cpp 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #include "Foo.h" void stop() {} int main(int argc, char **argv) { Foo foo; stop(); // break here. return 0; }