Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
virtual_overloaded.hpp
blob: f5ba5ff2bd489274674ad0674e22291c307de285 [
file
] [
log
] [
blame
]
class
C
{
public
:
virtual
void
do_thing
(
char
);
virtual
void
do_thing
(
int
);
};