Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
gen-destructors.hpp
blob: 719eb248a91f5cfcf30d00abd24d91d956b68cfa [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --generate types,destructors,functions
class
Foo
{
int
bar
;
public
:
~
Foo
();
};