blob: 5ede3ba357c11e84e61a8a68d029f94658cfba76 [file] [log] [blame]
// bindgen-flags: --generate types,functions
//
// NB: This is intended to _not_ generate destructors.
class Foo {
int bar;
public:
~Foo();
};