blob: 1c6617110be826625c5746213ca5296fa3100d0d [file] [log] [blame]
// bindgen-flags: --no-recursive-allowlist --allowlist-type "Foo" --raw-line "pub enum Bar {}" --rustified-enum ".*"
struct Bar;
struct Foo {
struct Bar* baz;
};