Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
issue-1197-pure-virtual-stuff.hpp
blob: a0da90c9034727e80d3597d15eb06242be4e1570 [
file
] [
log
] [
blame
]
class
Foo
{
public
:
virtual
void
Bar
()
=
0
;
virtual
~
Foo
()
=
0
;
};