1 2 3 4 5 6 7 8 9
// bindgen-flags: --generate types,functions // // NB: This is intended to _not_ generate destructors. class Foo { int bar; public: ~Foo(); };