Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
cpp
/
limit-debug-info
/
base.h
blob: d3a09572bd25bff71771e977dcab8aa8e070e621 [
file
] [
log
] [
blame
]
class
FooNS
{
public
:
virtual
void
bar
();
virtual
char
baz
()
=
0
;
protected
:
int
x
;
};