1 2 3 4 5 6 7
// bindgen-flags: --generate types,destructors,functions class Foo { int bar; public: ~Foo(); };