summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/gen-destructors.hpp
blob: 719eb248a91f5cfcf30d00abd24d91d956b68cfa (plain)
1
2
3
4
5
6
7
// bindgen-flags: --generate types,destructors,functions

class Foo {
  int bar;
 public:
  ~Foo();
};