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