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