1 // bindgen-flags: --no-recursive-allowlist --allowlist-type "Foo" --raw-line "pub enum Bar {}" --rustified-enum ".*"
2 
3 struct Bar;
4 
5 struct Foo {
6   struct Bar* baz;
7 };
8