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 here
8}
9

source code of lldb/test/API/lang/cpp/gmodules/basic/main.cpp