1#include "base.h"
2
3FooNS::FooNS() : x(12345) {}
4
5void FooNS::bar() {
6 x = 54321;
7}
8
9

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