1#include "base.h"
2
3FooBase::FooBase() : x(12345) {}
4ns::Foo2Base::Foo2Base() : x(23456) {}
5
6void FooBase::bar() {}
7void ns::Foo2Base::bar() {}
8

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

source code of lldb/test/API/lang/cpp/limit-debug-info/base.cpp