main.cpp 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 class Foo::Bar { int i = 123; }; int main(int argc, const char * argv[]) { IntContainer test(42); Foo::Bar bar; return 0; // break here }