1#include "foo.h"
2
3class ThingInside {
4 int a;
5};
6
7Foo::MyClass a_class;
8

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/cpp/namespace_definitions/a.cpp