aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/base.cpp
blob: 4023bdbc64af5e570e81f029052ae067fc1b87d8 (plain) (blame)
1
2
3
4
5
6
#include "base.h"

void FooNS::bar() {
    x = 54321;
}