blob: ef075df76c804fbe284ec46bd56ac110e6681faf [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
//
enum baz;
struct Foo {
enum baz (*bar) (int x, int y);
};