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