Sign in
llvm
/
llvm-project
/
lldb
/
7edf9870efffd28248f2c96b5de955d18000767f
/
.
/
test
/
API
/
lang
/
cpp
/
limit-debug-info
/
base.cpp
blob: 062eaa3c6f268f4d499c5d2cc3ccaba37b2ceadd [
file
] [
log
] [
blame
]
#include
"base.h"
FooBase
::
FooBase
()
:
x
(
12345
)
{}
ns
::
Foo2Base
::
Foo2Base
()
:
x
(
23456
)
{}
void
FooBase
::
bar
()
{}
void
ns
::
Foo2Base
::
bar
()
{}