Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
cpp
/
limit-debug-info
/
derived.h
blob: 46b3f83b9f744348d5728e85b1e0084cc5e53e31 [
file
] [
log
] [
blame
]
#include
"base.h"
class
Foo
:
public
FooNS
{
public
:
Foo
()
{
a
=
12345
;
}
char
baz
()
override
;
int
a
;
};