Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
2e7bbcfdbb487100f58d682a39dda3583fbde517
/
.
/
bindgen-tests
/
tests
/
headers
/
gen-destructors-neg.hpp
blob: 5ede3ba357c11e84e61a8a68d029f94658cfba76 [
file
]
// bindgen-flags: --generate types,functions
//
// NB: This is intended to _not_ generate destructors.
class
Foo
{
int
bar
;
public
:
~
Foo
();
};