llvm-project/lldb/test/API/lang/cpp/limit-debug-info/base.cpp

7 lines
57 B
C++

#include "base.h"
void FooNS::bar() {
x = 54321;
}