Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-resolv-release
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
limit-debug-info
/
base.h
blob: d3a09572bd25bff71771e977dcab8aa8e070e621 [
file
] [
log
] [
blame
] [
edit
]
class
FooNS
{
public
:
virtual
void
bar
();
virtual
char
baz
()
=
0
;
protected
:
int
x
;
};