index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
virtual_overloaded.hpp
blob: f5ba5ff2bd489274674ad0674e22291c307de285 (
plain
)
1
2
3
4
5
class
C
{
public
:
virtual
void
do_thing
(
char
);
virtual
void
do_thing
(
int
);
};