blob: dd608549aec1f7ef5109a8df8dc77f3d84e93692 [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);
};