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