1class Foo::Bar { int i = 123; };2 3int main(int argc, const char * argv[])4{5 IntContainer test(42);6 Foo::Bar bar;7 return 0; // break here8}9